ActionScheduler_Abstract_ListTable::display_filter_by_status()
Method: Prints the available statuses so the user can click to filter.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:586
Method: Prints the available statuses so the user can click to filter.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:586
Method: Renders the table list, we override the original class to render the table inside a form and to render any needed HTML (like the search box). By doing so the callee of a function can simple forget about any extra HTML.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:625
Method: Process any pending actions.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:643
Method: Return the search filter for this request, if any.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:319
Method: Process and return the columns name. This is meant for using with SQL, this means it always includes the primary key.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:330
Method: Check if the current request is doing a “full text” search. If that is the case prepares the SQL to search texts using LIKE.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:351
Method: Prepares the SQL to filter rows by the options defined at `$this->filter_by`. Before trusting any data sent by the user it validates that it is a valid option.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:369
Method: Checks if the current request has a bulk action. If that is the case it will validate and will execute the bulk method handler. Regardless if the action is valid or not it will redirect to the previous page removing the current arguments that makes this request a bulk action.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:139
Method: Prepares the data to feed WP_Table_List.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:399
Method: Default code for deleting entries.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:166