w3tc_save_options, $w3tc_data, $this->_page

w3tc_save_options, $w3tc_data, $this->_page

Hook Type: filter

See hook in core

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

apply_filters('w3tc_save_options, $w3tc_data, $this->_page') is found 1 times:

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