Author::set_image_from_options() – An author should not have an image from options, this only applies to persons.
Cleanup_Integration::cleanup_obsolete_indexables() – Cleans rows from the indexable table and unregisters the cron if no deletions.
Cleanup_Integration::cleanup_orphaned_indexables() – Cleans orphaned rows from the yoast tables and unregisters the cron if no deletions.
Each::of() – Given an iterator that yields promises or values, returns a promise that is fulfilled with a null value when the iterator has been consumed or the aggregate promise has been fulfilled or rejected.
Each::ofLimit() – Like of, but only allows a certain number of outstanding promises at any given time.
Each::ofLimitAll() – Like limit, but ensures that no promise in the given $iterable argument is rejected. If any promise is rejected, then the aggregate promise is rejected with the encountered rejection.
Exclude_Oembed_Cache_Post_Type::exclude_oembed_cache_post_type() – Exclude the oembed_cache post type from the indexable table.
Exclude_Oembed_Cache_Post_Type::get_conditionals() – This integration is only active when the database migrations have been run.
Exclude_Oembed_Cache_Post_Type::get_post_type() – Returns the names of the post types to be excluded.
IdiormString::_str_replace_outside_quotes_cb() – Process each matching chunk from preg_replace_callback replacing each occurrence of $this->search with $this->replace
IdiormString::_str_replace_outside_quotes() – Validate an input string and perform a replace on all ocurrences of $this->search with $this->replace
IdiormString::replace_outside_quotes() – Replace all occurrences of the search string with the replacement string where they appear outside quotes
IdiormString::str_replace_outside_quotes() – Shortcut method: Replace all occurrences of the search string with the replacement string where they appear outside quotes.
Image_Helper::simple_image_object() – If we can’t find $url in our database, we output a simple ImageObject.
Indexable_Ancestor_Watcher::get_object_ids_for_term() – Retrieves the object id’s for a term based on the term-post relationship.
Indexable_Attachment_Watcher::check_option() – Checks if the disable-attachment key in wpseo_titles has a change in value, and if so, either it cleans up attachment indexables when it has been toggled to true, or it starts displaying a notification for the user to start a new SEO optimization.
Indexable_Cleanup_Repository::cleanup_orphaned_from_table() – Cleans orphaned rows from a yoast table.
Indexable_Post_Builder::set_open_graph_image_meta_data() – Sets the OG image meta data for an og image
Indexable_Presentation::generate_open_graph_article_author() – Generates the open graph article author.
Indexable_Presentation::generate_open_graph_article_modified_time() – Generates the open graph article modified time.
Indexable_Presentation::generate_open_graph_article_published_time() – Generates the open graph article published time.
Indexable_Presentation::generate_open_graph_article_publisher() – Generates the open graph article publisher.