apply_filters( 'action_scheduler_stored_action_instance', ActionScheduler_Action $action , string $hook , array $args , ActionScheduler_Schedule $schedule , string $group )
Allow 3rd party code to change the instantiated action for a given hook, args, schedule and group.
Description Description
Parameters Parameters
- $action
-
The instantiated action.
- $hook
-
The instantiated action's hook.
- $args
-
The instantiated action's args.
- $schedule
-
The instantiated action's schedule.
- $group
-
The instantiated action's group.
Source Source
File: packages/action-scheduler/classes/ActionScheduler_ActionFactory.php