Actions::prevent_publicize_blacklisted_posts() – Decides if the given post should be Publicized based on its type.
Backup::has_required_plan() – Checks whether the current plan (or purchases) of the site already supports the product
Base_Admin_Menu::handle_preferred_view_ajax() – Handles AJAX requests setting a preferred view for a given screen.
Base_Admin_Menu::hide_parent_of_hidden_submenus() – Hide menus that are unauthorized and don’t have visible submenus and cases when the menu has the same slug as the first submenu item.
Callables::set_plugin_action_links() – Parse and store the plugin action links if on the plugins page.
Classes_Handler::create_classmap_path() – Creates the path to the plugin’s classmap file. The classmap filename is the filename generated by Jetpack Autoloader version >= 2.0.
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::add_post_type_aggregation_to_es_query_builder() – Given an individual post_type aggregation, add it to the query builder object for use in Elasticsearch.
Classic_Search::filter__posts_pre_query() – Bypass the normal Search query and offload it to Jetpack servers.
Classic_Search::maybe_add_post_type_as_var() – Restricts search results to certain post types via a GET argument.
Connections_Post_Field::filter_response_by_context() – Removes properties that should not appear in the current request’s context
Connections_Post_Field::get_schema() – Defines data structure and what elements are visible in which contexts
Connections_Post_Field::get() – The field’s wrapped getter. Does permission checks and output preparation.
Connections_Post_Field::is_valid_for_context() – Ensure that our request matches its expected context.
Connections_Post_Field::permission_check() – Permission check, based on module availability and user capabilities.
Connections_Post_Field::register_fields() – Registers the jetpack_publicize_connections field. Called automatically on `rest_api_init()`.
Connections_Post_Field::rest_insert() – After creating a new post, update our cached data to reflect the new post ID.
Connections_Post_Field::rest_pre_insert() – Prior to updating the post, first calculate which Services to Publicize to and which to skip.
Crunion_Contact_Form_Shortcode::parse_content() – Processes the shortcode’s inner content for "child" shortcodes
csstidy_print::_htmlsp() – Same as htmlspecialchars, only that chars are not replaced if $plain !== true. This makes print_code() cleaner.
csstidy_print::_print() – Returns the formatted CSS Code and saves it into $this->output_css and $this->output_css_plain
csstidy_print::_seeknocomment() – Gets the next token type which is $move away from $key, excluding comments
csstidy_print::get_diff() – Get difference between the old and new code in bytes and prints the code if necessary.
csstidy_print::htmlsp() – Same as htmlspecialchars, only that chars are not replaced if $plain !== true. This makes print_code() cleaner.
csstidy_print::seeknocomment() – Gets the next token type which is $move away from $key, excluding comments
csstidy::parse_string_list() – Accepts a list of strings (e.g., the argument to format() in a @font-face src property) and returns a list of the strings. Converts things like:
Customberg::load_assets_with_parameters() – Loads script and style assets according to parameters provided.
Customberg2::load_assets_with_parameters() – Loads script and style assets according to parameters provided.