• Skip to primary navigation
  • Skip to main content
  • Skip to footer
Yoast SEO a2z

Yoast SEO a2z

WordPress SEO 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 APIs

WPSEO_Indexable_Service::patch_indexable() – Patches an indexable with the request parameters.

WPSEO_Indexable::__construct() – Indexable constructor.

WPSEO_Indexable::filter_updateable_data() – Filters out data that isn’t considered updateable and returns a valid dataset.

WPSEO_Indexable::get_robots_noindex_value() – Converts the meta value to a boolean value.

WPSEO_Indexable::has_advanced_meta_value() – Determines whether the advanced robot metas value contains the passed value.

WPSEO_Indexable::to_array() – Returns the data as an array.

WPSEO_Indexable::update() – Updates the data and returns a new instance.

WPSEO_Indexable::validate_data() – Validates the data.

wpseo_init_rest_api() – Loads the rest api endpoints.

wpseo_init() – On plugins_loaded: load the minimum amount of essential files for this plugin.

wpseo_initialize_admin_bar() – Initializes the admin bar.

WPSEO_Installation::__construct() – Checks if Yoast SEO is installed for the first time.

WPSEO_Installation::is_first_install() – When the option doesn’t exist, it should be a new install.

WPSEO_Installation::set_first_install_options() – Sets the options on first install for showing the installation notice and disabling of the settings pages.

WPSEO_Invalid_Argument_Exception::empty_parameter() – Creates an invalid empty parameter exception.

WPSEO_Invalid_Argument_Exception::invalid_boolean_parameter() – Creates an invalid boolean parameter exception.

WPSEO_Invalid_Argument_Exception::invalid_callable_parameter() – Creates an invalid callable parameter exception.

WPSEO_Invalid_Argument_Exception::invalid_integer_parameter() – Creates an invalid integer parameter exception.

WPSEO_Invalid_Argument_Exception::invalid_parameter_type() – Creates an invalid parameter exception.

WPSEO_Invalid_Argument_Exception::invalid_string_parameter() – Creates an invalid string parameter exception.

WPSEO_Invalid_Argument_Exception::invalid_subtype() – Creates an invalid object subtype exception.

WPSEO_Invalid_Argument_Exception::invalid_type() – Creates an invalid object type exception.

WPSEO_Invalid_Argument_Exception::unknown_object() – Creates an unknown object exception.

WPSEO_Invalid_Indexable_Exception::invalid_post_request() – Creates an invalid POST request exception.

WPSEO_Invalid_Indexable_Exception::non_existing_indexable() – Creates an invalid indexable exception.

WPSEO_Keyword_Synonyms_Modal::enqueue_translations() – Prints the localized Keyword Synonyms modal translations for JS.

WPSEO_Keyword_Synonyms_Modal::get_translations_for_js() – Passes translations to JS for the Keyword Synonyms modal component.

WPSEO_Keyword_Synonyms_Modal::get_translations() – Returns the translations for the Keyword Synonyms modal.

WPSEO_Keyword_Validator::validate() – Validates the keyword-related data.

wpseo_kill_blocking_files() – Function used to delete blocking files, dies on exit.

WPSEO_Language_Utils::get_knowledge_graph_company_info_missing_l10n() – Returns the l10n array for the knowledge graph company info missing.

WPSEO_Language_Utils::get_language() – Returns the language part of a given locale, defaults to english when the $locale is empty.

WPSEO_Language_Utils::get_site_language_name() – Returns the full name for the sites’ language.

WPSEO_Language_Utils::get_user_locale() – Returns the user locale for the language to be used in the admin.

WPSEO_License_Page_Manager::create_notification() – Creates an instance of Yoast_Notification.

WPSEO_License_Page_Manager::detect_version() – Sets the version when there is a value in the response.

WPSEO_License_Page_Manager::get_license_page() – Returns the license page to use based on the version number.

WPSEO_License_Page_Manager::get_option_name() – Returns the option name.

WPSEO_License_Page_Manager::get_version() – Returns the version number of the license server.

WPSEO_License_Page_Manager::handle_response() – Handles the response.

WPSEO_License_Page_Manager::is_expected_endpoint() – Checks if the given url matches the expected endpoint.

WPSEO_License_Page_Manager::parse_response() – Parses the response by getting its body and do a unserialize of it.

WPSEO_License_Page_Manager::register_hooks() – Registers all hooks to WordPress.

WPSEO_License_Page_Manager::remove_faulty_notifications() – Removes the faulty set notifications.

WPSEO_License_Page_Manager::set_version() – Sets the version.

WPSEO_License_Page_Manager::validate_extensions() – Validates the extensions and show a notice for the invalid extensions.

WPSEO_Link_Cleanup_Transient::register_hooks() – Registers the hooks.

WPSEO_Link_Cleanup_Transient::remove_transients_on_updated_option() – Removes the transient when the option is updated.

WPSEO_Link_Column_Count::get_results() – Gets the link count for the given post ids.

WPSEO_Link_Column_Count::get() – Gets the link count for given post id.

WPSEO_Link_Column_Count::set() – Sets the counts for the set target field.

WPSEO_Link_Columns::__construct() – WPSEO_Link_Columns constructor.

WPSEO_Link_Columns::add_post_columns() – Adds the columns for the post overview.

WPSEO_Link_Columns::build_sort_query_pieces() – Builds the pieces for a sorting query.

WPSEO_Link_Columns::column_content() – Displays the column content for the given column.

WPSEO_Link_Columns::column_sort() – Sets the sortable columns.

WPSEO_Link_Columns::count_objects() – Makes sure we calculate all values in one query.

WPSEO_Link_Columns::order_by_linked() – Modifies the query pieces to allow ordering column by links to post.

WPSEO_Link_Columns::order_by_links() – Modifies the query pieces to allow ordering column by links to post.

WPSEO_Link_Columns::register_hooks() – Registers the hooks.

WPSEO_Link_Columns::register_init_hooks() – Register hooks that require to be registered after `init`.

WPSEO_Link_Columns::set_count_objects() – Sets the objects to use for the count.

WPSEO_Link_Columns::set_post_type_hooks() – Sets the hooks for each post type.

WPSEO_Link_Compatibility_Notifier::add_notification() – Adds the notification to the notification center.

WPSEO_Link_Compatibility_Notifier::get_notification() – Returns the notification when the version is incompatible.

WPSEO_Link_Compatibility_Notifier::remove_notification() – Removes the notification from the notification center.

WPSEO_Link_Content_Processor::__construct() – Sets an instance of a storage object.

WPSEO_Link_Content_Processor::filter_internal_link() – Filters on INTERNAL links.

WPSEO_Link_Content_Processor::get_internal_post_ids() – Extract the post IDs from the links.

WPSEO_Link_Content_Processor::get_stored_internal_links() – Retrieves the stored internal links for the supplied post.

WPSEO_Link_Content_Processor::process() – Process the content for the given post id.

WPSEO_Link_Content_Processor::store_internal_link_count() – Stores the total links for the post.

WPSEO_Link_Content_Processor::update_incoming_links() – Updates the incoming link count.

WPSEO_Link_Content_Processor::update_link_counts() – Updates the link counts for the post and referenced posts.

WPSEO_Link_Extractor::__construct() – Sets the content.

WPSEO_Link_Extractor::extract() – Extracts the hrefs from the content and returns them as an array.

WPSEO_Link_Factory::__construct() – Sets the dependencies for this object.

WPSEO_Link_Factory::build_link() – Builds the link.

WPSEO_Link_Factory::build() – Formats an array of links to WPSEO_Link object.

WPSEO_Link_Factory::get_link() – Returns the link object.

WPSEO_Link_Filter::__construct() – Sets the current page path.

WPSEO_Link_Filter::internal_link_with_fragment_filter() – Filters all internal links that contains an fragment in the URL.

WPSEO_Link_Filter::is_current_page() – Is the url path the same as the current page path.

WPSEO_Link_Installer::__construct() – Sets the installables.

WPSEO_Link_Installer::add_installable() – Adds a installable object to the installer.

WPSEO_Link_Installer::get_installables() – Returns the installable objects.

WPSEO_Link_Installer::install() – Runs the installation of the link module.

WPSEO_Link_Internal_Lookup::lookup() – Gets a post id for the given link for the given type. If type is outbound it returns 0 as post id.

WPSEO_Link_Notifier::add_notification() – Adds a notification to the notification center.

WPSEO_Link_Notifier::cleanup_notification() – Removes the notification when it is set and the amount of unindexed items is lower than the threshold.

WPSEO_Link_Notifier::get_notification() – Returns an instance of the notification.

WPSEO_Link_Notifier::has_notification() – Checks if the notification has been set already.

WPSEO_Link_Notifier::manage_notification() – Adds the notification when it isn’t set already and the amount of unindexed items is greater than the set threshold.

WPSEO_Link_Notifier::register_hooks() – Registers all hooks to WordPress.

WPSEO_Link_Notifier::remove_notification() – Removes the notification from the notification center.

WPSEO_Link_Notifier::requires_notification() – Checks if the unindexed threshold is exceeded.

WPSEO_Link_Query::filter_unprocessed_posts() – Filter out posts that have not been processed yet.

WPSEO_Link_Query::format_post_types() – Formats an array with post types as an SQL string.

WPSEO_Link_Query::get_count_table_name() – Returns the table name where the counts are stored.

WPSEO_Link_Query::get_unprocessed_count() – Returns the total amount of unindexed posts for given post type.

WPSEO_Link_Query::get_unprocessed_posts() – Returns a limited set of unindexed posts.

WPSEO_Link_Query::has_unprocessed_posts() – Determine if there are any unprocessed public posts.

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 41
  • Go to page 42
  • Go to page 43
  • Go to page 44
  • Go to page 45
  • Interim pages omitted …
  • Go to page 62
  • Go to Next Page »

Footer

Yoast SEO a2z
Yoast SEO a2z
WordPress SEO a2z
WordPress 5.6
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:  wordpress-seo.wp-a2z.org
© Copyright Yoast SEO a2z 2017-2021. All rights reserved.


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

  • Home
  • Blog
  • Sitemap
  • Sites