wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_autoload_values_to_autoload › WordPress Filter Hooks

Seit6.6.0
Veraltetn/v
apply_filters( 'wp_autoload_values_to_autoload', $autoload_values )
Parameter:
  • (array) $autoload_values Autoload values used to autoload option. Default list contains 'yes', 'on', 'auto-on', and 'auto'.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

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