ActionScheduler_DBStore::find_action()
Method: Find an action.
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:214
Method: Find an action.
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:214
Method: Returns the SQL statement to query (or count) actions.
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:265
Method: Query for action count of list of action IDs.
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:404
Method: Get a count of all actions in the store, grouped by status.
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:418
Method: Cancel an action.
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:445
Method: Cancel pending actions by hook.
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:472
Class: Class ActionScheduler_DBStore
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:10
Method: Initialize the data store
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:23
Method: Save an action.
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:36
Method: Generate a hash from json_encoded $args using MD5 as this isn’t for security.
Source: packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:85