w3tc_environment_fix_on_event, $w3tc_config, $event
w3tc_environment_fix_on_event, $w3tc_config, $event
Appears in: w3-total-cache.2.10.3
Hook Type: action
Displaying hooks found in version: w3-total-cache.2.10.3do_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;