w3tc_hide_button-{$note}

w3tc_hide_button-{$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-{$note}') is found 1 times:

  • /Generic_AdminActions_Default.php line 83
     
    		$this->_config->set( $setting, false );
    		$this->_config->save();
    
    		do_action( "w3tc_hide_button-{$note}" );
    		Util_Admin::redirect( array(), true );
    	}
    
    	function w3tc_default_config_state() {
    		$key   = Util_Request::get_string( 'key' );
    		$value = Util_Request::get_string( 'value' );