ActionScheduler_Abstract_ListTable::get_search_box_placeholder()
Method: Get the text to display in the search box on the list table.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:671
Method: Get the text to display in the search box on the list table.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:671
Method:
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:443
Method: Set the data for displaying. It will attempt to unserialize (There is a chance that some columns are serialized). This can be override in child classes for futher data transformation.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:475
Method: Renders the checkbox for each row, this is the first column and it is named ID regardless of how the primary key is named (to keep the code simpler). The bulk actions will do the proper name transformation though using `$this->ID`.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:487
Method: Renders the row-actions.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:501
Method:
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:530
Method: Default column formatting, it will escape everythig for security.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:554
Method: Display the table heading and search query, if any
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:563
Method: Display the table heading and search query, if any
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:575
Method: Prints the available statuses so the user can click to filter.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:586