wpseek.com
A WordPress-centric search engine for devs and theme authors



update_site_option › WordPress Action Hooks

Since4.7.0
Deprecatedn/a
do_action( 'update_site_option', $option, $value, $old_value, $network_id )
Parameters: (4)
  • (string) $option Name of the network option.
    Required: Yes
  • (mixed) $value Current value of the network option.
    Required: Yes
  • (mixed) $old_value Old value of the network option.
    Required: Yes
  • (int) $network_id ID of the network.
    Required: Yes
Defined at:
Codex:

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





Source

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