w3tc_hide_button-{$w3tc_note}

w3tc_hide_button-{$w3tc_note}

Hook Type: action

See hook in core

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

do_action('w3tc_hide_button-{$w3tc_note}') is found 1 times:

  • /Generic_AdminActions_Default.php line 149
     
    		$this->_config->set( $w3tc_setting, false );
    		$this->_config->save();
    
    		do_action( "w3tc_hide_button-{$w3tc_note}" );
    		Util_Admin::redirect( array(), true );
    	}
    
    	/**
    	 * Updates a specified configuration state value and saves the changes.
    	 *