wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_autoload_values_to_autoload › Filtr WordPress Hooks

Od6.6.0
Przestarzałyn/a
apply_filters( 'wp_autoload_values_to_autoload', $autoload_values )
Parametry:
  • (string[]) $autoload_values Autoload values used to autoload option. Default list contains 'yes', 'on', 'auto-on', and 'auto'.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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