alleyinteractive / alleyinteractive/options-importer
`options_import_allowlist` filter not working
Abierto
- Lenguaje dominante
- PHP
- Estrellas
- 38
- Forks
- 11
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I am trying to add the Fluent Forms plugin options to the the default import list but it doesn't seem to be working:
`function fluentform_options( $options ) {
$options[] = 'fluentform';
return $options;
}
add_filter( 'options_import_whitelist', 'fluentform_options' );`
The Fluent Forms settings are still unchecked when importing.
Am I missing something?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.