WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_delete_site_option_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/option.php do_action 1683 /**
* Fires immediately before a specific network option is deleted.
*
* The dynamic portion of the hook name, `$option`, refers to the option name.
*
* @since 3.0.0
* @since 4.4.0 The `$option` parameter was added.
* @since 4.7.0 The `$network_id` parameter was added.
*
* @param string $option Option name.
* @param int $network_id ID of the network.
*/

Hook Parameters

Parameter Type Name Description
string $option Option name.
int $network_id ID of the network.