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

Find actions matching the query in the secondary source first.


Description Description

If any are found, migrate them immediately. Then the secondary store will contain the canonical results.


Parameters Parameters

$query

(Optional)

Default value: array()

$query_type

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

Default value: 'select'


Top ↑

Return Return

(int[])


Top ↑

Source Source

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


			


Top ↑

User Contributed Notes User Contributed Notes

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