wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_autoload_values_to_autoload › WordPress Filter Hooks

Since6.6.0
Deprecatedn/a
apply_filters( 'wp_autoload_values_to_autoload', $autoload_values )
Parameters:
  • (array) $autoload_values Autoload values used to autoload option. Default list contains 'yes', 'on', 'auto-on', and 'auto'.
    Required: Yes
Defined at:
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.





Source

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