Method: Reads $this->sort_by and returns the columns name in a format that WP_Table_List expects
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:189
Method: Returns the columns names for rendering. It adds a checkbox for selecting everything as the first column
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:201
Method: Get prepared LIMIT clause for items query
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:217
Method: Returns the number of items to offset/skip for this current view.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:229
Method: Get prepared OFFSET clause for items query
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:248
Method: Prepares the ORDER BY sql statement. It uses `$this->sort_by` to know which columns are sortable. This requests validates the orderby $_GET parameter is a valid column and sortable. It will also use order (ASC|DESC) using DESC by default.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:259
Method: Return the sortable column specified for this request to order the results by, if any.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:275
Method: Return the sortable column order specified for this request.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:293
Method: Return the status filter for this request, if any.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:309
Method: Return the search filter for this request, if any.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:319