wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



update_site_option › WordPress Action Hooks

Seit4.7.0
Veraltetn/v
do_action( 'update_site_option', $option, $value, $old_value, $network_id )
Parameter: (4)
  • (string) $option Name of the network option.
    Erforderlich: Ja
  • (mixed) $value Current value of the network option.
    Erforderlich: Ja
  • (mixed) $old_value Old value of the network option.
    Erforderlich: Ja
  • (int) $network_id ID of the network.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after the value of a network option has been successfully updated.





Quellcode

do_action( 'update_site_option', $option, $value, $old_value, $network_id );