action_scheduler_stored_action_class, $action_class, $status, $hook, $args, $schedule, $group
action_scheduler_stored_action_class, $action_class, $status, $hook, $args, $schedule, $group
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('action_scheduler_stored_action_class, $action_class, $status, $hook, $args, $schedule, $group') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php line 41
$action_class = 'ActionScheduler_FinishedAction'; break; } $action_class = apply_filters( 'action_scheduler_stored_action_class', $action_class, $status, $hook, $args, $schedule, $group ); $action = new $action_class( $hook, $args, $schedule, $group ); $action->set_priority( $priority ); /** * Allow 3rd party code to change the instantiated action for a given hook, args, schedule and group.