add_site_option_$option – action
Fires after a specific network option has been successfully added. The dynamic portion of the hook name, `$option`, refers to the option name.
Parameters
- As
- ( 2.9.0 ) “add_site_option_{$key}” . . .
- .
- ( 3.0.0 ) . .
- The
- ( 4.7.0 ) `$network_id` parameter was added. . . .
- $option
- ( string ) Name of the network option. . . .
- ( mixed ) $value Value of the network option. . . .
- ( int ) $network_id ID of the network. . . .