ActionScheduler_Abstract_ListTable::get_request_search_query()
Method: Return the search filter for this request, if any.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:319
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
Method: Prepares the _column_headers property which is used by WP_Table_List at rendering.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:177
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