w3tc_config_ui_save

w3tc_config_ui_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_ui_save') is found 1 times:

  • /Generic_AdminActions_Default.php line 494
    		$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 );
    
    		if ( 'w3tc_cdn' === $this->_page ) {
    			/**
    

See this hook used in plugins: