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

S

__set() –

Abstract_Aioseo_Importing_Action::set_aioseo_helper() – Sets the AIOSEO helper.

Abstract_Aioseo_Importing_Action::set_completed() – Stores the current state of completedness.

Abstract_Aioseo_Importing_Action::simple_import() – Minimally transforms data to be imported.

Abstract_Aioseo_Settings_Importing_Action::__construct() – Class constructor.

Abstract_Aioseo_Settings_Importing_Action::build_mapping() – Builds the mapping that ties AOISEO option keys with Yoast ones and their data transformation method.

Abstract_Aioseo_Settings_Importing_Action::flatten_settings() – Flattens the multidimensional array of AIOSEO settings. Recursive.

Abstract_Aioseo_Settings_Importing_Action::get_global_noindex() – Retrieves the noindex setting set globally in AIOSEO.

Abstract_Aioseo_Settings_Importing_Action::get_limit() – Returns the number of objects that will be imported in a single importing pass.

Abstract_Aioseo_Settings_Importing_Action::get_limited_unindexed_count() – Returns the limited number of unimported objects.

Abstract_Aioseo_Settings_Importing_Action::get_source_option_name() – Retrieves the source option_name.

Abstract_Aioseo_Settings_Importing_Action::get_total_unindexed() – Returns the total number of unimported objects.

Abstract_Aioseo_Settings_Importing_Action::get_unimported_chunk() – Retrieves (a chunk of, if limit is applied) the unimported AIOSEO settings.

Abstract_Aioseo_Settings_Importing_Action::get_unindexed_count() – Returns the number of unimported objects (limited if limit is applied).

Abstract_Aioseo_Settings_Importing_Action::import_noindex() – Imports the noindex setting, taking into consideration whether they defer to global defaults.

Abstract_Aioseo_Settings_Importing_Action::import_single_setting() – Imports a single setting in the db after transforming it to adhere to Yoast conventions.

Abstract_Aioseo_Settings_Importing_Action::index() – Imports AIOSEO settings.

Abstract_Aioseo_Settings_Importing_Action::is_enabled() – Returns whether the AISOEO settings importing action is enabled.

Abstract_Aioseo_Settings_Importing_Action::isset_settings_tab() – Checks if the settings tab subsetting is set in the AIOSEO option.

Abstract_Aioseo_Settings_Importing_Action::map() – Maps/imports AIOSEO settings into the respective Yoast settings.

Abstract_Aioseo_Settings_Importing_Action::pluck_robot_setting_from_mapping() – Returns a setting map of the robot setting for one subset of post types/taxonomies/archives.

Abstract_Aioseo_Settings_Importing_Action::query() – Queries the database and retrieves unimported AiOSEO settings (in chunks if a limit is applied).

Abstract_Aioseo_Settings_Importing_Action::set_import_helper() – Sets the import helper.

Abstract_Aioseo_Settings_Importing_Action::simple_boolean_import() – Minimally transforms boolean data to be imported.

Abstract_Aioseo_Settings_Importing_Action::simple_import() – Minimally transforms data to be imported.

Abstract_Importing_Action::set_completed() – Stores the current state of completedness.

Abstract_Importing_Action::simple_import() – Minimally transforms data to be imported.

Abstract_Indexing_Action::get_select_query() – Builds a query for selecting the ID’s of unindexed posts.

Abstract_Main::get_surfaces() – Gets the surfaces of this plugin.

Abstract_Schema_Piece::generate() – Generates the schema piece.

Abstract_Schema_Piece::is_needed() – Determines whether the schema piece is needed.

AbstractProvider::setGrantFactory() – Sets the grant factory instance.

AbstractProvider::setHttpClient() – Sets the HTTP client instance.

AbstractProvider::setOptionProvider() – Sets the option provider instance.

AbstractProvider::setRequestFactory() – Sets the request factory instance.

AccessToken::setTimeNow() – Set the time now. This should only be used for testing purposes.

Actions::check_staged_cs() – Runs PHPCS on the staged files.

Adapter::create_schema_version_table() – Create the schema table, if necessary.

Adapter::get_schema_version_table_name() – Allows overriding the hardcoded schema table name constant in case of parallel migrations.

Adapter::is_sql_method_call() – Detect whether or not the string represents a function call and if so do not wrap it in single-quotes, otherwise do wrap in single quotes.

Adapter::quote_string() – Escapes a string for usage in queries.

Adapter::select_all() – Returns all results for a query.

Adapter::select_one() – Returns a single result for a query.

Adapter::start_transaction() – Starts a transaction.

Adapter::supports_migrations() – Checks support for migrations.

Adapter::type_to_sql() – Converts a type to sql. Default options: $limit = null, $precision = null, $scale = null

Aioseo_Custom_Archive_Settings_Importing_Action::__construct() – Aioseo_Custom_Archive_Settings_Importing_Action constructor.

Aioseo_Custom_Archive_Settings_Importing_Action::build_mapping() – Builds the mapping that ties AOISEO option keys with Yoast ones and their data transformation method.

Aioseo_Default_Archive_Settings_Importing_Action::build_mapping() – Builds the mapping that ties AOISEO option keys with Yoast ones and their data transformation method.

Aioseo_Default_Archive_Settings_Importing_Action::pluck_robot_setting_from_mapping() – Returns a setting map of the robot setting for author archives.

Aioseo_General_Settings_Importing_Action::__construct() – Aioseo_General_Settings_Importing_Action constructor.

Aioseo_General_Settings_Importing_Action::build_mapping() – Builds the mapping that ties AOISEO option keys with Yoast ones and their data transformation method.

Aioseo_General_Settings_Importing_Action::import_company_logo() – Imports the organization logo while also accounting for the id of the log to be saved in the separate Yoast option.

Aioseo_General_Settings_Importing_Action::import_person_logo() – Imports the person logo while also accounting for the id of the log to be saved in the separate Yoast option.

Aioseo_General_Settings_Importing_Action::transform_separator() – Transforms the separator setting.

Aioseo_General_Settings_Importing_Action::transform_site_represents() – Transforms the site represents setting.

Aioseo_Posts_Importing_Action::simple_import_post() – Minimally transforms data to be imported.

Aioseo_Posts_Importing_Action::social_image_url_import() – Imports the og and twitter image url.

Aioseo_Posttype_Defaults_Settings_Importing_Action::build_mapping() – Builds the mapping that ties AOISEO option keys with Yoast ones and their data transformation method.

Aioseo_Posttype_Defaults_Settings_Importing_Action::import_redirect_attachment() – Transforms the redirect_attachment setting.

Aioseo_Replacevar_Service::compose_map() – Edits the replace_vars map of the class.

Aioseo_Replacevar_Service::transform() – Transforms AIOSEO replacevars into Yoast replacevars.

Aioseo_Robots_Provider_Service::__construct() – Class constructor.

Aioseo_Robots_Provider_Service::get_global_robot_settings() – Retrieves the robot setting set globally in AIOSEO.

Aioseo_Robots_Provider_Service::get_subtype_robot_setting() – Gets the subtype’s robot setting from the db.

Aioseo_Robots_Transformer_Service::__construct() – Class constructor.

Aioseo_Robots_Transformer_Service::transform_robot_setting() – Transforms the robot setting, taking into consideration whether they defer to global defaults.

Aioseo_Social_Images_Provider_Service::__construct() – Class constructor.

Aioseo_Social_Images_Provider_Service::get_auto_image() – Retrieves the url of the first available image. Tries each image source to get one image.

Aioseo_Social_Images_Provider_Service::get_default_custom_social_image() – Retrieves the default custom social image if there is any.

Aioseo_Social_Images_Provider_Service::get_default_social_image_source() – Retrieves the default source of social images.

Aioseo_Social_Images_Provider_Service::get_featured_image() – Retrieves the url of the featured image.

Aioseo_Social_Images_Provider_Service::get_first_attached_image() – Retrieves the url of the first attached image.

Aioseo_Social_Images_Provider_Service::get_first_image_in_content() – Retrieves the url of the first image in content.

Aioseo_Social_Images_Provider_Service::get_social_defaults() – Retrieves social defaults, be it Default Post Image Source or Default Post Image.

Aioseo_Taxonomy_Settings_Importing_Action::build_mapping() – Builds the mapping that ties AOISEO option keys with Yoast ones and their data transformation method.

Aioseo_Taxonomy_Settings_Importing_Action::pluck_robot_setting_from_mapping() – Returns a setting map of the robot setting for post category taxonomies.

AppendStream::seek() – Attempts to seek to the given position. Only supports SEEK_SET.

Article_Helper::is_author_supported() – Checks whether author is supported for the passed object sub type.

Article::add_sections() – Adds categories as sections, if categories are assigned.

Author::set_image_from_options() – An author should not have an image from options, this only applies to persons.

Auto_Update_Watcher::save_dismissal_status() – Saves the dismissal status of the notification in an option in wp_usermeta, if the notification gets dismissed.

Auto_Update_Watcher::should_show_notification() – Checks whether the Yoast SEO auto-update notification should be shown.

AutoloadGenerator::setClassMapAuthoritative() – Whether or not generated autoloader considers the class map authoritative.

Background_Indexing_Integration::get_shutdown_limit() – Retrieves the shutdown limit. This limit is the amount of indexables that is generated in the background.

Background_Indexing_Integration::register_shutdown_indexing() – Enqueues the required scripts.

Background_Indexing_Integration::should_index_on_shutdown() – Determine whether background indexation should be performed.

Badge_Presenter::is_group_still_new() – Check whether the new badge should be shown according to the group it is in.

Blocks_Helper::has_blocks_support() – Checks if the installation has blocks support.

Breadcrumbs_Generator::get_system_page_crumb() – Returns the modified system page crumb.

Breadcrumbs_Generator::should_have_blog_crumb() – Returns whether or not a blog crumb should be added.

Breadcrumbs_Presenter::get_separator() – Retrieves the separator.

BufferStream::seek() –

CachingStream::seek() –

can_store_data() – Determines whether or not data can be stored for the registered endpoints.

Category_Term_Description::add_shortcode_support() – Adds shortcode support to category and term descriptions.

CertificateHelper::show() – Returns if the certificate should be displayed for this page.

Classes_Surface::__construct() – Loader constructor.

Classes_Surface::get() – Returns the instance of a class. Handy for unhooking things.

ClassLoader::set() – Registers a set of PSR-0 directories for a given prefix, replacing any others previously set for this prefix.

ClassLoader::setApcuPrefix() – APCu prefix to use to cache found/not-found classes, if the extension is enabled.

ClassLoader::setClassMapAuthoritative() – Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.

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

Footer

Yoast SEO a2z
Yoast SEO a2z
WordPress SEO a2z
WordPress 6.1.1
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-2023. All rights reserved.


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

  • Home
  • Blog
  • Sitemap
  • Sites