pre_delete_site_option_$option – action
Fires immediately before a specific network option is deleted. The dynamic portion of the hook name, `$option`, refers to the option name.
Parameters
- .
- ( 3.0.0 ) . .
- The
- ( 4.4.0 ) `$option` parameter was added. . . .
- The
- ( 4.7.0 ) `$network_id` parameter was added. . . .
- $option
- ( string ) Option name. . . .
- ( int ) $network_id ID of the network. . . .