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.8.2

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

  • /Generic_AdminActions_Default.php line 169
    	 * @return void
    	 */
    	public function w3tc_default_hide_note_custom() {
    		$note = Util_Request::get_string( 'note' );
    		do_action( "w3tc_hide_button_custom-{$note}" );
    		Util_Admin::redirect( array(), true );
    	}
    
    	/**
    	 * Clear purge log
    	 *