ActionScheduler_Abstract_ListTable::prepare_items()

Prepares the data to feed WP_Table_List.


Description Description

This has the core for selecting, sorting and filting data. To keep the code simple its logic is split among many methods (get_items_query_*).

Beside populating the items this function will also count all the records that matches the filtering criteria and will do fill the pagination variables.


Source Source

File: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php


			


Top ↑

User Contributed Notes User Contributed Notes

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