Actions::should_initialize_sender_enqueue() – Decides if the sender should run on shutdown when actions are queued.
Assets::enqueue_async_script() – A helper function that lets you enqueue scripts in an async fashion.
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.
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.
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’.