delete_option_{$option}, $option

delete_option_{$option}, $option

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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
    		 *