Emogrifier::removeExcludedSelector() – No longer excludes the nodes matching this selector from emogrification.
Emogrifier::removeImportantAnnotationFromAllInlineStyles() – Searches for all nodes with a style attribute and removes the "!important" annotations out of the inline style declarations, eventually by rearranging declarations.
Emogrifier::removeImportantAnnotationFromNodeInlineStyle() – Removes the "!important" annotations out of the inline style declarations, eventually by rearranging declarations.
Emogrifier::removeSelfClosingTagsClosingTags() – Eliminates any invalid closing tags for void elements from the given HTML.
Emogrifier::removeUnmatchablePseudoComponents() – Removes pseudo-elements and dynamic pseudo-classes from a CSS selector, replacing them with "*" if necessary.
Emogrifier::renderBodyContent() – Renders the content of the BODY element of the normalized and processed HTML.
Emogrifier::replaceUnmatchableNotComponent() – Helps `removeUnmatchablePseudoComponents()` replace or remove a selector `:not(.
Emogrifier::splitCssAndMediaQuery() – Splits input CSS code into an array of parts for different media queries, in order.
Emogrifier::translateCssToXpathPass() – Flexibly translates the CSS selector $trimmedLowercaseSelector to an xPath selector.
Emogrifier::translateCssToXpathPassInline() – Flexibly translates the CSS selector $trimmedLowercaseSelector to an xPath selector for inline usage.
Emogrifier::translateCssToXpathPassWithMatchClassAttributesCallback() – Flexibly translates the CSS selector $trimmedLowercaseSelector to an xPath selector while using $matchClassAttributesCallback as to match the class attributes.
enqueue_package_class() – Adds the version of a package to the $jetpack_packages global array so that the autoloader is able to find it.
enqueue_package_file() – Adds the version of a package file to the $jetpack_packages_files global array so that we can load the most recent version after ‘plugins_loaded’.
ErrorSchema::get_item_response() – Convert a WooCommerce product into an object suitable for the response.
Events::is_merchant_email_notifications_enabled() – Checks if merchant email notifications are enabled.
ExtendedContainer::is_class_allowed() – Checks to see whether or not a class is allowed to be registered.
ExtendedContainer::reset_all_resolved() – Reset all the cached resolutions, so any further "get" for shared definitions will generate the instance again.
ExtendRestApi::register_payment_requirements() – Registers and validates payment requirements callbacks.
FeatureGating::is_development_environment() – Checks if we’re executing the code in an development environment.
FeatureGating::is_experimental_build() – Checks if we’re executing the code in an experimental build mode.
FeatureGating::is_production_environment() – Checks if we’re executing the code in a production environment.
Features::is_enabled() – Check if a feature is enabled. Defaults to true for all features unless they are in beta.
Files_Handler::enqueue_package_file() – Adds the version of a package file to the $jetpack_packages_filemap global array so that we can load the most recent version.