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



wp_default_autoload_value › WordPress Filter Hooks

Da6.6.0
Deprecaton/a
apply_filters( 'wp_default_autoload_value', null, $option, $value, $serialized_value )
Parametri: (3)
  • (bool|null) $autoload The default autoload value to set. Returning true will be set as 'auto-on' in the database, false will be set as 'auto-off', and null will be set as 'auto'.
    Richiesto:
  • (string) $option The passed option name.
    Richiesto:
  • (mixed) $value The passed option value to be saved.
    Richiesto:
Definito a:
Codex:

Allows to determine the default autoload value for an option where no explicit value is passed.





Sorgenti

$autoload = apply_filters( 'wp_default_autoload_value', null, $option, $value, $serialized_value );