w3tc_saved_options

w3tc_saved_options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

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

do_action('w3tc_saved_options') is found 1 times:

  • /Util_Admin.php line 596
    				$state_note->set( 'objectcache.show_note.flush_needed', true );
    			}
    		}
    
    		do_action( 'w3tc_saved_options', $new_config );
    
    		/**
    		 * Save config
    		 */
    		try {
    			$new_config->save();