ActionScheduler_Abstract_ListTable::column_default()
Method: Default column formatting, it will escape everythig for security.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:554
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: 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
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