do_action( "pre_delete_site_option_{$option}", string $option , int $network_id )
Fires immediately before a specific network option is deleted.
Description
The dynamic portion of the hook name, $option
, refers to the option name.
Parameters
- $option
-
Option name.
- $network_id
-
ID of the network.
Source
File: wp-includes/option.php
Changelog
Version | Description |
---|---|
WP-4.7.0 | The $network_id parameter was added. |
WP-4.4.0 | The $option parameter was added. |
WP-3.0.0 | Introduced. |