w3tc_hide_button_custom-{$note}

w3tc_hide_button_custom-{$note}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

do_action('w3tc_hide_button_custom-{$note}') is found 1 times:

  • /Generic_AdminActions_Default.php line 123
    	 * Hide note custom action
    	 */
    	function w3tc_default_hide_note_custom() {
    		$note = Util_Request::get_string( 'note' );
    		do_action( "w3tc_hide_button_custom-{$note}" );
    		Util_Admin::redirect( array(), true );
    	}
    
    	public function w3tc_default_purgelog_clear() {
    		$module       = Util_Request::get_label( 'module' );
    		$log_filename = Util_Debug::log_filename( $module . '-purge' );