ActionScheduler_DBStore::query_actions( array $query = array(), string $query_type = 'select' )

Query for action count of list of action IDs.


Description Description


Parameters Parameters

$query

(Optional) Query parameters.

Default value: array()

$query_type

(Optional) Whether to select or count the results. Default, select.

Default value: 'select'


Top ↑

Return Return

(null|string|array) The IDs of actions matching the query


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.