ActionScheduler_Abstract_ListTable::get_bulk_actions() – Reads `$this->bulk_actions` and returns an array that WP_List_Table understands. It also validates that the bulk method handler exists. It throws an exception because this is a library meant for developers and missing a bulk method is a development-time error.
ActionScheduler_Abstract_ListTable::process_bulk_action() – 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.
ActionScheduler_Abstract_QueueRunner::batch_limits_exceeded() – See if the batch limits have been exceeded, which is when memory usage is almost at the maximum limit, or the time to process more actions will exceed the max time limit.
ActionScheduler_AdminView_Deprecated::bulk_actions() – Do not include the "Edit" action for the Scheduled Actions administration screen.
ActionScheduler_ListTable::display_filter_by_status() – Prints the available statuses so the user can click to filter.
ActionScheduler_ListTable::get_search_box_button_text() – Get the text to display in the search box on the list table.
ActionScheduler_WPCLI_QueueRunner::before_execute() – Handle WP CLI message when the action is starting.
ActionScheduler_wpPostStore::get_actions_by_group() – Get IDs of actions within a certain group and up to a certain date/time.
Api::get_block_asset_build_path() – Returns the appropriate asset path for loading either legacy builds or current builds.
Assets::get_block_asset_build_path() – Returns the appropriate asset path for loading either legacy builds or current builds.
Autoloader_Handler::build_autoloader() – Builds the Version_Autoloader class that is used for autoloading.
BankTransfer::get_payment_method_data() – Returns an array of key=>value pairs of data made available to the payment methods script.
BankTransfer::get_payment_method_script_handles() – Returns an array of scripts/handles to be registered for this payment method.
BankTransfer::is_active() – Returns if this payment method should be active. If false, the scripts will not be enqueued.
BaseInstaller::mapCustomInstallPaths() – Search through a passed paths array for a custom install path.
BaseLocationCountryRuleProcessor::process() – Performs a comparison operation against the base location – country.
BaseLocationStateRuleProcessor::process() – Performs a comparison operation against the base location – state.
BillingAddressSchema::get_item_response() – Convert a term object into an object suitable for the response.