w3tc_config_save, $this

w3tc_config_save, $this

Hook Type: action

See hook in core

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

do_action('w3tc_config_save, $this') is found 1 times:

  • /Config.php line 829
    	 * @return void
    	 */
    	public function save() {
    		if ( function_exists( 'do_action' ) ) {
    			do_action( 'w3tc_config_save', $this );
    		}
    
    		$w3tc_c = new ConfigCompiler( $this->_blog_id, $this->_preview );
    		$w3tc_c->apply_data( $this->_data );
    		$w3tc_c->save();
    	}