Action hook 'delete_option'

in WP Core File wp-includes/option.php at line 1205

Description

Fires immediately before an option is deleted.

Occurrences

Filename Line Number
wp-includes/option.php 1205

Parameters

Type Name Description
string $option Name of the option to delete.

PHP Doc

/**
	 * Fires immediately before an option is deleted.
	 *
	 * @since 2.9.0
	 *
	 * @param string $option Name of the option to delete.
	 */