action_scheduler_unexpected_shutdown, $this->action_id, $error
action_scheduler_unexpected_shutdown, $this->action_id, $error
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: action
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1do_action('action_scheduler_unexpected_shutdown, $this->action_id, $error') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php line 91
if ( $error ) { if ( in_array( $error['type'], array( E_ERROR, E_PARSE, E_COMPILE_ERROR, E_USER_ERROR, E_RECOVERABLE_ERROR ), true ) ) { if ( ! empty( $this->action_id ) ) { $this->store->mark_failure( $this->action_id ); do_action( 'action_scheduler_unexpected_shutdown', $this->action_id, $error ); } } $this->store->release_claim( $this->claim ); } }