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()
Return Return
(string|null) ID of the next action matching the criteria or NULL if not found.
Source Source
File: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php