ActionScheduler_Abstract_ListTable::display_table()

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

Used by 1 function | Uses 0 functions

ActionScheduler_Abstract_ListTable::process_bulk_action()

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

Used by 2 functions | Uses 0 functions