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



add_site_option_{$option} › Les Actions WordPress

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

Fires after a specific network option has been successfully added.

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





Source

do_action( "add_site_option_{$option}", $option, $value, $network_id );