delete_option_{$option}, $option
delete_option_{$option}, $option
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('delete_option_{$option}, $option') is found 1 times:
- /wp-includes/option.php line 1262
* @since 3.0.0 * * @param string $option Name of the deleted option. */ do_action( "delete_option_{$option}", $option ); /** * Fires after an option has been deleted. * * @since 2.9.0 *