action_scheduler_failed_fetch_action, $action_id, $exception
action_scheduler_failed_fetch_action, $action_id, $exception
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_failed_fetch_action, $action_id, $exception') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php line 370
try { $action = $this->make_action_from_db_record( $data ); } catch ( ActionScheduler_InvalidActionException $exception ) { do_action( 'action_scheduler_failed_fetch_action', $action_id, $exception ); return $this->get_null_action(); } return $action; }