w3tc_environment_fix_on_event, $w3tc_config, $event

w3tc_environment_fix_on_event, $w3tc_config, $event

Hook Type: action

See hook in core

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

do_action('w3tc_environment_fix_on_event, $w3tc_config, $event') is found 1 times:

  • /Root_Environment.php line 88
    			}
    		}
    
    		try {
    			do_action( 'w3tc_environment_fix_on_event', $w3tc_config, $event );
    		} catch ( Util_Environment_Exceptions $ex ) {
    			$exs->push( $ex );
    		}
    
    		if ( count( $exs->exceptions() ) > 0 ) {
    			throw $exs;