w3tc_save_options

w3tc_save_options

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

See hook in core

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

apply_filters('w3tc_save_options') is found 1 times:

  • /Generic_AdminActions_Default.php line 491
    			$config->set( 'extensions.settings', $new_ext_settings );
    		}
    
    		$data['new_config'] = $config;
    		$data               = apply_filters( 'w3tc_save_options', $data );
    		$config             = $data['new_config'];
    
    		do_action( 'w3tc_config_ui_save', $config, $this->_config );
    		do_action( "w3tc_config_ui_save-{$this->_page}", $config, $this->_config );
    
    		Util_Admin::config_save( $this->_config, $config );
    

See this hook used in plugins: