Actions::should_initialize_sender_enqueue() – Decides if the sender should run on shutdown when actions are queued.
Admin_Color_Schemes::enqueue_core_color_schemes_overrides() – Enqueues current color-scheme overrides for core color schemes
Assets::enqueue_async_script() – A helper function that lets you enqueue scripts in an async fashion.
Authorize_Redirect::get_calypso_env() – Return Calypso environment value; used for developing Jetpack and pairing it with different Calypso enrionments, such as localhost.
Callables::estimate_full_sync_actions() – Retrieve an estimated number of actions that will be enqueued.
Callables::expand_callables() – Expand the callables within a hook before they are serialized and sent to the server.
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.
Classic_Search::get_es_wp_query_terms_for_query() – Given a WP_Query, convert its WP_Tax_Query (if present) into the WP-style Elasticsearch term arguments for the search.
Comments::estimate_full_sync_actions() – Retrieve an estimated number of actions that will be enqueued.
Comments::expand_comment_ids() – Expand the comment IDs to comment objects and meta before being serialized and sent to the server.
Comments::expand_wp_comment_status_change() – Expand the comment status change before the data is serialized and sent to the server.
Comments::expand_wp_insert_comment() – Expand the comment creation before the data is serialized and sent to the server.
Config::enable_tracking() – Enables the tracking feature. Depends on the Terms of Service package, so enables it too.
Config::ensure_class() – Returns true if the required class is available and alerts the user if it’s not available in case the site is in debug mode.
Config::ensure_feature() – Ensures a feature is enabled, sets it up if it hasn’t already been set up.
Config::ensure() – Require a feature to be initialized. It’s up to the package consumer to actually add the package to their composer project. Declaring a requirement using this method instructs the class to initialize it.
Constants::estimate_full_sync_actions() – Retrieve an estimated number of actions that will be enqueued.
Constants::expand_constants() – Expand the constants within a hook before they are serialized and sent to the server.
CrowdsignalShortcode::crowdsignal_embed_to_shortcode() – Crowdsignal Poll Embed script – transforms code that looks like that: http://static.polldaddy.com/p/123456.js <noscript><a href="http://polldaddy.com/poll/123456/">What is your favourite color?</a></noscript> into the [crowdsignal poll=.
csstidy_optimise::explode_ws() – Explodes a string as explode() does, however, not if $sep is escaped or within a string.
Data_Settings::empty_data_settings_and_hooks() – Sets the $data_settings property to an empty array. This is useful for testing.
Endpoints::set_jetpack_license_key_permission_check() – Verify that the user can set a Jetpack license key
Endpoints::update_licensing_activation_notice_dismiss() – Update the user-licenses activation notice dismissal data.
Endpoints::user_licensing_permission_check() – Verify that user can view and update user-licensing data.
Endpoints::validate_non_neg_int() – Validates that the parameter is a non-negative integer (includes 0).
enqueue_calendly_js() – Enqueues the Calendly JS library and inline function to attach event handlers to the button.
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’.
enrich_image_meta() – Enrich image information with extra data we can retrieve from the media library.
enrich_media_files() – Enrich media files retrieved from the story block attributes with extra information we can retrieve from the media library.
enrich_video_meta() – Enrich video information with extra data we can retrieve from the media library.
Error_Handler::delete_all_errors_and_return_unfiltered_value() – Delete all stored and verified errors from the database and returns unfiltered value