AbstractSchema::prepare_html_response() – Prepares HTML based content, such as post titles and content, for the API response.
ActionScheduler_Abstract_ListTable::display_header() – Display the table heading and search query, if any
ActionScheduler_Abstract_QueueRunner::has_maximum_concurrent_batches() – Check if the number of allowed concurrent batches is met or exceeded.
ActionScheduler_AdminView::add_help_tabs() – Provide more information about the screen and its data in the help tab.
ActionScheduler_Compatibility::convert_hr_to_bytes() – Converts a shorthand byte value to an integer byte value.
ActionScheduler_DBStore::hash_args() – Generate a hash from json_encoded $args using MD5 as this isn’t for security.
ActionScheduler_HybridStore::action_counts() – Get a count of all actions in the store, grouped by status
ActionScheduler_HybridStore::find_action() – Find the first matching action from the secondary store.
ActionScheduler_HybridStore::get_claim_id() – Retrieve the claim ID for an action from the table data store.
ActionScheduler_HybridStore::get_date() – Get the schedule date an existing action whether migrated or not.
ActionScheduler_HybridStore::log_execution() – Log the execution of an existing action whether migrated or not.
ActionScheduler_HybridStore::mark_complete() – Mark an existing action complete whether migrated or not.
ActionScheduler_HybridStore::mark_failure() – Mark an existing action as failed whether migrated or not.
ActionScheduler_HybridStore::query_actions() – Find actions matching the query in the secondary source first.
ActionScheduler_HybridStore::set_autoincrement() – When the actions table is created, set its autoincrement value to be one higher than the posts table to ensure that there are no ID collisions.
ActionScheduler_HybridStore::stake_claim() – If any actions would have been claimed by the secondary store, migrate them immediately, then ask the primary store for the canonical claim.
ActionScheduler_ListTable::human_interval() – Convert an interval of seconds into a two part human friendly string.
ActionScheduler_QueueRunner::hook_dispatch_async_request() – Hook check for dispatching an async request.
ActionScheduler_Store::has_pending_actions_due() – Check if there are any pending scheduled actions due to run.
ActionScheduler_WPCommentCleaner::has_logs() – Determines if there are log entries in the wp comments table.
ActionScheduler::check_shutdown_hook() – Issue deprecated warning if an Action Scheduler function is called in the shutdown hook.
ActivityPanels::has_low_stock_products() – Determines if there are out of stock or low stock products.
AnalyticsDashboard::get_homescreen_allowed_plugins() – Gets an array of plugins that can be installed & activated via the home screen.
Autoloader_Handler::activate_autoloader() – Activates an autoloader using the given plugins and activates it.
Autoloader_Handler::build_autoloader() – Builds the Version_Autoloader class that is used for autoloading.
Autoloader_Handler::is_initializing() – Checks to see whether or not an autoloader is currently in the process of initializing.
Autoloader_Handler::should_autoloader_reset() – Checks whether the autoloader should be reset. The autoloader should be reset:
Autoloader_Handler::update_autoloader_chain() – Updates the spl autoloader chain: – Registers this namespace’s autoloader function.
CartController::get_cart_hashes() – Get hashes for items in the current cart. Useful for tracking changes.
Classes_Handler::create_classmap_path() – Creates the path to the plugin’s classmap file. The classmap filename is the filename generated by Jetpack Autoloader version >= 2.0.
Classes_Handler::enqueue_package_class() – Adds the version of a package to the $jetpack_packages_classmap global array so that the autoloader is able to find it.
CouponPageMoved::has_dismissed_note() – Whether any notes have been dismissed by the user previously.