ActionScheduler_Abstract_ListTable::maybe_render_actions()
Method: Renders the row-actions.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:501
Method: Renders the row-actions.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:501
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: Prepares the data to feed WP_Table_List.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:399
Method: Process any pending actions.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:643
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:
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:530
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: Makes translation easier, it basically just wraps `_x` with some default (the package name).
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:111
Method: Get the maximum number of seconds a batch can run for.
Source: packages/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php:14
Method: ActionScheduler_Abstract_QueueRunner constructor.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php:34