wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_default_autoload_value › Les Filtres WordPress

Depuis6.6.0
Dépréciéen/a
apply_filters( 'wp_default_autoload_value', null, $option, $value, $serialized_value )
Paramètres: (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'.
    Requis: Oui
  • (string) $option The passed option name.
    Requis: Oui
  • (mixed) $value The passed option value to be saved.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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