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



update_site_option_{$option} › WordPress Action Hooks

Seit4.7.0
Veraltetn/v
do_action( "update_site_option_{$option}", $option, $value, $old_value, $network_id )
Parameter: (4)
  • () option Name of the network option.
    Erforderlich: Ja
  • () value Current value of the network option.
    Erforderlich: Ja
  • () old_value Old value of the network option.
    Erforderlich: Ja
  • () network_id ID of the network.
    Erforderlich: Ja
Definiert in:
Codex:

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

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




Quellcode

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