• Skip to primary navigation
  • Skip to main content
  • Skip to footer
Jetpack a2z

Jetpack a2z

Jetpack a2z

  • Home
  • Plugins
  • Blocks
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
  • _
  • #
  • %
  • $
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z
Home / Archives for E

E

Actions::should_initialize_sender_enqueue() – Decides if the sender should run on shutdown when actions are queued.

Admin_Bar_Notice::enqueue_toolbar_script() – Add the inline styles and scripts if they are needed.

Admin_Color_Schemes::enqueue_core_color_schemes_overrides() – Enqueues current color-scheme overrides for core color schemes

Admin_Menu::enqueue_scripts() – Enqueues scripts and styles.

Admin_Menu::enqueue_style() – Enqueue styles for the top level menu

Admin::enqueue_scripts() – Enqueue scripts!

Assets::enqueue_async_script() – A helper function that lets you enqueue scripts in an async fashion.

Assets::enqueue_script() – Enqueue a script registered with `Assets::register_script`.

Authorize_Redirect::get_calypso_env() – Return Calypso environment value; used for developing Jetpack and pairing it with different Calypso enrionments, such as localhost.

Autolink::escapeHTML() – html escape

Automatic_Install_Skin::error() – Overwrites the error function

Base_Admin_Menu::enqueue_scripts() – Enqueues scripts and styles.

Blocks::remove_extension_prefix() – Remove the ‘jetpack/’ or jetpack-‘ prefix from an extension name

build_embed_url() – Build an embed URL from an array of block attributes.

Callables::enqueue_full_sync_actions() – Enqueue the callable actions for full sync.

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.

can_edit_post_type() – Checks whether the block editor can be used with the given post type.

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::and_es_filters() – And an existing filter object with a list of additional filters.

Classic_Search::convert_wp_es_to_es_args() – Converts WP_Query style args to Elasticsearch args.

Classic_Search::get_es_wp_query_post_type_for_query() – Parse out the post type from a WP_Query.

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.

comics_welcome_email() – Custom welcome email for WordPress.com sites in the Comic vertical.

Comments::enqueue_full_sync_actions() – Enqueue the comments actions for full sync.

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_connection() – Enables the Connection feature.

Config::enable_identity_crisis() – Enables the identity-crisis feature.

Config::enable_jitm() – Enables the JITM feature.

Config::enable_post_list() – Enables the Post_List feature.

Config::enable_publicize() – Enables the Publicize feature.

Config::enable_search() – Enables the search feature.

Config::enable_sync() – Enables the Sync feature.

Config::enable_tos() – Dummy method to enable Terms of Service.

Config::enable_tracking() – Enables the tracking feature. Depends on the Terms of Service package, so enables it too.

Config::enable_waf() – Enables Waf.

Config::enable_wordads() – Enables WordAds.

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_options_connection() – Setup the Connection options.

Config::ensure_options_identity_crisis() – Setup the Identity Crisis options.

Config::ensure_options_sync() – Setup the Sync options.

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::enqueue_full_sync_actions() – Enqueue the constants actions for full sync.

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=.

Crunion_Contact_Form_Shortcode::esc_attr() –

csstidy_optimise::explode_ws() – Explodes a string as explode() does, however, not if $sep is escaped or within a string.

csstidy::escaped() – Checks if a character is escaped (and returns true if it is)

csstidy::explode_selectors() – Explodes selectors

current_user_can_edit() – Determines whether the current user can edit.

Customizer::customize_controls_enqueue_scripts() – Enqueue assets for Customizer controls.

dailymotion_embed_to_shortcode() – Original codes:

Data_Settings::empty_data_settings_and_hooks() – Sets the $data_settings property to an empty array. This is useful for testing.

Defaults::get_max_sync_execution_time() – Get max execution sync time.

Domain_Mapping::class_exists() – Checks if a class exists.

Domain_Mapping::function_exists() – Checks if a function exists.

Domain_Mapping::method_exists() – Checks if a method exists.

encode() – Encode a sync object.

Endpoints::__construct() – Constructor.

Endpoints::attach_jetpack_licenses() – Attach Jetpack licenses

Endpoints::can_manage_options_check() – Verify that user can manage_options

Endpoints::get_licensing_error() – Get the last licensing error message, if any.

Endpoints::get_user_license_counts() – Gets the users licenses counts.

Endpoints::get_user_licenses() – Gets the users licenses.

Endpoints::register_endpoints() – Declare the endpoints for the licensing package.

Endpoints::set_jetpack_license_key_permission_check() – Verify that the user can set a Jetpack license key

Endpoints::set_jetpack_license() – Set a Jetpack license

Endpoints::update_licensing_activation_notice_dismiss() – Update the user-licenses activation notice dismissal data.

Endpoints::update_licensing_error() – Update the last licensing error message.

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).

Endpoints::validate_string() – Validates that the parameter is a string.

enhanced_og_gallery() – Better OG Image Tags for Gallery Post Formats

enhanced_og_has_featured_image() – Check if a post has a suitable featured image.

enhanced_og_image() – Better OG Image Tags for Image Post Formats

enhanced_og_video() – Allows VideoPress, YouTube, and Vimeo videos to play inline on Facebook

enqueue_calendly_js() – Enqueues the Calendly JS library and inline function to attach event handlers to the button.

enqueue_existing_button_style_dependency() – Enqueue style for an existing block.

enqueue_files() – Used for running the code that initializes class and file maps.

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’.

enqueue_packages_05d61aa40242f494c8aa490b33bf5bc9() – Prepare all the classes for autoloading.

enqueue_packages_2591d7d86986575d21e433c643c0c282() – Prepare all the classes for autoloading.

enqueue_packages_2cce586637f64cf23d08e416783ce594() – Prepare all the classes for autoloading.

enqueue_packages_a1b028b4d2789b9ea4bf96651897b7c9() – Prepare all the classes for autoloading.

enqueue_packages_a9d2cc05b0f14bbd927ec0cdaf9156fb() – Prepare all the classes for autoloading.

enqueue_packages_cb1a9d651aecb1d49479d7018d3bed65() – Prepare all the classes for autoloading.

enqueue_packages_e5e1fcbf7e161455e15277144d4cf8d1() – Prepare all the classes for autoloading.

enqueue_packages_fd6aa45807523b76b1cfaaf3adb6bb45() – Prepare all the classes for autoloading.

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::__construct() – Initialize instance, hookds and load verified errors handlers

Error_Handler::delete_all_errors_and_return_unfiltered_value() – Delete all stored and verified errors from the database and returns unfiltered value

Error_Handler::delete_all_errors() – Delete all stored and verified errors from the database

Error_Handler::delete_stored_errors() – Delete the reported errors stored in the database

Error_Handler::delete_verified_errors() – Delete the verified errors stored in the database

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 13
  • Go to Next Page »

Footer

Jetpack a2z
Jetpack a2z
Jetpack a2z
WordPress 6.0
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  jetpack.wp-a2z.org
© Copyright Jetpack a2z 2014-2022. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites