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



site_option_{$option} › Les Filtres WordPress

Depuis4.7.0
Dépréciéen/a
apply_filters( "site_option_{$option}", $value, $option, $network_id )
Paramètres: (3)
  • (mixed) $value Value of network option.
    Requis: Oui
  • (string) $option Option name.
    Requis: Oui
  • (int) $network_id ID of the network.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the value of an existing network option.

The dynamic portion of the hook name, $option, refers to the option name.





Source

return apply_filters( "site_option_{$option}", $value, $option, $network_id );