deleted_transient, $transient

deleted_transient, $transient

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('deleted_transient, $transient') is found 1 times:

  • /wp-includes/option.php line 1412
    		 * @since 3.0.0
    		 *
    		 * @param string $transient Deleted transient name.
    		 */
    		do_action( 'deleted_transient', $transient );
    	}
    
    	return $result;
    }
    
    /**