• 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 O

O

_jetpack_og_get_image_validate_size() – Validate the width and height against required width and height

Actions::cleanup_on_upgrade() – Perform maintenance when a plugin upgrade occurs.

Actions::do_only_first_initial_sync() – Do an initial full sync only if one has not already been started.

Actions::get_start_time_offset() – Allows offsetting of start times for sync cron jobs.

Actions::mark_sync_read_only() – Define JETPACK_SYNC_READ_ONLY constant if not defined.

add_videopress_media_overrides() – Wherever the Media Modal is deployed, also deploy our overrides.

Admin_Menu::add_options_menu() – Adds Settings menu.

Atomic_Admin_Menu::add_options_menu() – Adds Settings menu.

Atomic_Admin_Menu::override_the_theme_installer() – Override the global submenu_file for theme-install.php page so the WP Admin menu item gets highlighted correctly.

atomic_weekly_override() – Handles suppressing development version notices on Atomic-hosted sites.

Autolink::object2array() – convert Object to Array

Base_Admin_Menu::override_svg_icons() – Checks for any SVG icons in the menu, and overrides things so that we can display the icon in the correct colour for the theme.

Callables::get_object_by_id() – Retrieve a callable by its name.

Callables::get_objects_by_id() – Retrieve a set of callables by their IDs.

Classic_Search::fix_aggregation_ordering() – Takes an array of aggregation results, and ensures the array key ordering matches the key order in $desired which is the input order.

Comments::get_object_by_id() – Retrieve a comment by its ID.

Comments::only_allow_white_listed_comment_type_transitions() – Prevents any comment types that are not in the whitelist from being enqueued and sent to WordPress.com.

Comments::only_allow_white_listed_comment_types() – Prevents any comment types that are not in the whitelist from being enqueued and sent to WordPress.com.

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::get_feature_options() – Get initialization options for a feature from the temporary storage.

Config::on_plugins_loaded() – Runs on plugins_loaded hook priority with priority 2.

Config::set_feature_options() – Temporary save initialization options for a feature.

Constants::get_object_by_id() – Retrieve a constant by its name.

Constants::get_objects_by_id() – Retrieve a set of constants by their IDs.

csstidy_optimise::__construct() – Constructor

csstidy_optimise::analyse_css_number() – Checks if a given string is a CSS valid number. If it is, an array containing the value and unit is returned

csstidy_optimise::AnalyseCssNumber() – Checks if a given string is a CSS valid number. If it is, an array containing the value and unit is returned

csstidy_optimise::compress_important() – Removes unnecessary whitespace in ! important

csstidy_optimise::compress_numbers() – Compresses numbers (ie. 1.0 becomes 1 or 1.100 becomes 1.1 )

csstidy_optimise::csstidy_optimise() – Call constructor function.

csstidy_optimise::cut_color() – Color compression function. Converts all rgb() values to #-values and uses the short-form if possible. Also replaces 4 color names by #-values.

csstidy_optimise::discard_invalid_selectors() – Removes invalid selectors and their corresponding rule-sets as defined by 4.1.7 in REC-CSS2. This is a very rudimentary check and should be replaced by a full-blown parsing algorithm or regular expression

csstidy_optimise::dissolve_4value_shorthands() – Dissolves properties like padding:10px 10px 10px to padding-top:10px;padding-bottom:10px;.

csstidy_optimise::dissolve_short_bg() – Dissolve background property

csstidy_optimise::dissolve_short_font() – Dissolve font property

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

csstidy_optimise::merge_4value_shorthands() – Merges Shorthand properties again, the opposite of dissolve_4value_shorthands()

csstidy_optimise::merge_bg() – Merges all background properties

csstidy_optimise::merge_font() – Merges all fonts properties

csstidy_optimise::merge_selectors() – Merges selectors with same properties. Example: a{color:red} b{color:red} -> a,b{color:red} Very basic and has at least one bug. Hopefully there is a replacement soon.

csstidy_optimise::postparse() – Optimises $css after parsing

csstidy_optimise::shorthand() – Compresses shorthand values. Example: margin:1px 1px 1px 1px -> margin:1px

csstidy_optimise::shorthands() – Optimises shorthands

csstidy_optimise::subvalue() – Optimises a sub-value

csstidy_optimise::value() – Optimises values

Defaults::get_options_contentless() – Return contentless options.

Defaults::get_options_whitelist() – Return options whitelist filtered.

Defaults::is_whitelisted_option() – Is an option whitelisted?

delete_object_terms() – Remove certain term relationships from the specified object.

delete_option() – Remove an option by name.

delete_site_option() – Remove a network option by name.

Domain_Only_Admin_Menu::reregister_menu_items() – Create the desired menu output.

Domain_Only_Admin_Menu::should_link_to_wp_admin() – Whether to use wp-admin pages rather than Calypso.

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

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

Filter_Embedded_HTML_Objects::dispatch_entities() – Filter and replace HTML element entity.

Filter_Embedded_HTML_Objects::dispatch() – Filter and replace HTML element.

Filter_Embedded_HTML_Objects::filter() – Look for HTML elements that match the registered patterns.

Filter_Embedded_HTML_Objects::get_attrs() – Parse post HTML for HTML tags.

Filter_Embedded_HTML_Objects::maybe_create_links() – Failed embeds are stripped, so let’s convert them to links at least.

Filter_Embedded_HTML_Objects::regexp_entities() – Replace HTML entities in current HTML element regexp.

Filter_Embedded_HTML_Objects::register() – Register a filter to convert a matching HTML element to a shortcode.

Filter_Embedded_HTML_Objects::sh_regexp_callback() – Capture tokens found in Syntax Highlighter and collect them in self::$sh_unfiltered_content_tokens.

Filter_Embedded_HTML_Objects::unregister() – Delete an existing registered pattern/replacement filter.

Full_Sync::get_status_option() – Get the value of a full sync status option.

Full_Sync::read_option() – Update an option manually to bypass filters and caching.

Full_Sync::update_status_option() – Update the value of a full sync status option.

Full_Sync::write_option() – Update an option manually to bypass filters and caching.

Functions::get_raw_or_filtered_url() – Helper function that is used when getting home or siteurl values. Decides whether to get the raw or filtered value.

get_blavatar_or_site_icon_url() – Returns a URL for the site icon.

get_option() – Retrieve an option value based on an option name.

get_site_option() – Retrieve a network option value based on a network option name.

getty_add_oembed_endpoint_caller() – Filter the embeds to add a caller parameter.

Google_Fonts_Provider::organize_webfonts() – Organizes the webfonts by font-display and then font-family.

grofiles_hovercard_option_sanitize() – Sanitation filter for Gravatar Hovercard setting

grunion_add_bulk_edit_option() – Hack a ‘Bulk Spam’ option for bulk edit in other than spam view Hack a ‘Bulk Delete’ option for bulk edit in spam view

grunion_delete_old_spam() – Deletes old spam feedbacks to keep the posts table size under control

grunion_sort_objects() –

Health::on_jetpack_activated() – When the Jetpack plugin is activated, set status to disabled if sync is not enabled, or to unknown.

Health::on_jetpack_upgraded() – When the Jetpack plugin is upgraded, set status to disabled if sync is not enabled, or to unknown, if the status has never been set before.

Helper::ensure_post_types_on_remove_url() – Since we provide support for the widget restricting post types by adding the selected post types as active filters, if removing a post type filter would result in there no longer be post_type args in the URL, we need to be sure to add them back.

Helper::get_max_offset() – Returns the maximum offset for a search query.

Helper::get_widget_option_name() – Returns the name of the search widget’s option.

Helper::get_widgets_from_option() – Returns the search widget instances from the widget’s option.

iCalendarReader::apply_timezone_offset() – Adjust event’s time based on site’s timezone.

Identity_Crisis::sync_idc_optin() – Returns the value of the jetpack_sync_idc_optin filter, or constant.

Instant_Search::auto_config_overlay_sidebar_widgets() – Automatically copy configured search widgets from theme sidebar to the overlay sidebar.

Instant_Search::inject_javascript_options() – Passes all options to the JS app.

Instant_Search::save_old_sidebars_widgets() – Save sidebars_widgets option before it’s migrated by WordPress

Jetpack_Admin_Menu::add_options_menu() – Adds Settings menu.

Jetpack_Admin_Page::on_jetpack_loaded() – Runs on Jetpack being ready to load its packages.

jetpack_bitly_og_tag() – Adds bitly OG tags.

Jetpack_Calypsoify::admin_color_override() – Set admin color.

Jetpack_Calypsoify::get_calypso_origin() – Returns the Calypso domain that originated the current request.

Jetpack_Calypsoify::should_override_nav() – Determines whether Calypsoify should override the navigation.

Jetpack_Carousel::sanitize_1or0_option() – Ensures the value returned is in the correct format.

Jetpack_Carousel::test_1or0_option() – Tests if a value is set

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 6
  • 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