ActionScheduler_wpPostStore::query_actions( array $query = array(), string $query_type = 'select' )
Description Description
Parameters Parameters
- $query
-
(Optional)
Default value: array()
- $query_type
-
(Optional) Whether to select or count the results. Default, select.
Default value: 'select'
Return Return
(string|array) The IDs of actions matching the query
Source Source
File: packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php