ActionScheduler_DBStore::find_action( string $hook, array $params = array() )

Find an action.


Description Description


Parameters Parameters

$hook

(Required) Action hook.

$params

(Optional) Parameters of the action to find.

Default value: array()


Top ↑

Return Return

(string|null) ID of the next action matching the criteria or NULL if not found.


Top ↑

Source Source

File: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php


			


Top ↑

User Contributed Notes User Contributed Notes

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