AbstractBlock::enqueue_editor_assets() – Enqueue assets used for rendering the block in editor context.
AbstractHtmlProcessor::ensureExistenceOfBodyElement() – Checks that $this->domDocument has a BODY element and adds it if it is missing.
AbstractHtmlProcessor::ensurePhpUnrecognizedSelfClosingTagsAreXml() – Makes sure that any self-closing tags not recognized as such by PHP’s DOMDocument implementation have a self-closing slash.
AbstractRoute::error_to_response() – Converts an error to a response object. Based on WP_REST_Server.
AbstractSchema::get_endpoint_args_for_item_schema() – Retrieves an array of endpoint arguments from the item schema for the controller.
ActionScheduler_Abstract_QueueRunner::get_execution_time() – Get the number of seconds the process has been running.
ActionScheduler_AdminView_Deprecated::maybe_execute_action() – Run an action when triggered from the Action Scheduler administration screen.
ActionScheduler_DBLogger::create_entry_from_db_record() – Create an action log entry from a database record.
ActionScheduler_HybridStore::log_execution() – Log the execution of an existing action whether migrated or not.
ActionScheduler_ListTable::column_log_entries() – Prints the logs entries inline. We do so to avoid loading Javascript and other hacks to show it in a modal.
ActionScheduler_ListTable::get_log_entry_html() – Prints the logs entries inline. We do so to avoid loading Javascript and other hacks to show it in a modal.
ActionScheduler_Lock::get_expiration() – If a lock is set, return the timestamp it was set to expiry.
ActionScheduler_OptionLock::get_expiration() – If a lock is set, return the timestamp it was set to expiry.
ActionScheduler_WPCLI_QueueRunner::after_execute() – Handle WP CLI message when the action has completed.
ActionScheduler_WPCLI_QueueRunner::before_execute() – Handle WP CLI message when the action is starting.
AssetDataRegistry::execute_lazy_data() – Loops through each registered lazy data callback and adds the returned value to the data array.
CartController::throw_default_product_exception() – Default exception thrown when an item cannot be added to the cart.
Checkout::is_checkout_endpoint() – Check if we’re viewing a checkout page endpoint, rather than the main checkout page itself.
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.
Controller::get_export_status_public_schema() – Get the Export status schema, conforming to JSON Schema.
CreateAccount::is_feature_enabled() – Single method for feature gating logic. Used to gate all non-private methods.
CssInliner::existsMatchForCssSelector() – Checks whether there is at least one matching element for $cssSelector.
CssInliner::existsMatchForSelectorInCssRule() – Checks whether there is at least one matching element for the CSS selector contained in the `selector` element of the provided CSS rule.
CssInliner::extractImportAndCharsetRules() – Extracts `@import` and `@charset` rules from the supplied CSS. These rules must not be preceded by any other rules, or they will be ignored. (From the CSS 2.1 specification: "CSS 2.1 user agents must ignore any ‘@import’ rule that occurs inside a block or after any non-ignored statement other than an @charset or an @import rule." Note also that `@charset` is case sensitive whereas `@import` is not.)
CustomerEffortScoreTracks::enable_survey_enqueing_if_tracking_is_enabled() – Add actions that require woocommerce_allow_tracking.
CustomerEffortScoreTracks::enqueue_ces_survey_for_edited_product() – Enqueue the CES survey trigger for an existing product.