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.


Top ↑

Source Source

File: packages/action-scheduler/classes/ActionScheduler_ActionFactory.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.