wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_autoload_values_to_autoload › WordPress Filter Hooks

Da6.6.0
Deprecaton/a
apply_filters( 'wp_autoload_values_to_autoload', $autoload_values )
Parametri:
  • (string[]) $autoload_values Autoload values used to autoload option. Default list contains 'yes', 'on', 'auto-on', and 'auto'.
    Richiesto:
Definito a:
Codex:

Filters the autoload values that should be considered for autoloading from the options table.

The filter can only be used to remove autoload values from the default list.





Sorgenti

$filtered_values = apply_filters( 'wp_autoload_values_to_autoload', $autoload_values );