action_scheduler_stored_action_instance, $action, $hook, $args, $schedule, $group, $priority
action_scheduler_stored_action_instance, $action, $hook, $args, $schedule, $group, $priority
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_instance, $action, $hook, $args, $schedule, $group, $priority') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php line 56
* @param ActionScheduler_Schedule $schedule The instantiated action's schedule. * @param string $group The instantiated action's group. * @param int $priority The action priority. */ return apply_filters( 'action_scheduler_stored_action_instance', $action, $hook, $args, $schedule, $group, $priority ); } /** * Enqueue an action to run one time, as soon as possible (rather a specific scheduled time). * * This method creates a new action using the NullSchedule. In practice, this results in an action scheduled to