alleyinteractive / alleyinteractive/options-importer

`options_import_allowlist` filter not working

Abierto
#18 0 comentarios 0 reacciones 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.