w3tc_config_save

w3tc_config_save

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

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

do_action('w3tc_config_save') is found 1 times:

  • /Config.php line 375
    	 * Saves modified config
    	 */
    	public function save() {
    		if ( function_exists( 'do_action' ) )
    			do_action( 'w3tc_config_save', $this );
    
    		$c = new ConfigCompiler( $this->_blog_id, $this->_preview );
    		$c->apply_data( $this->_data );
    		$c->save();
    	}
    
    

See this hook used in plugins: