Abstract_Main::is_development() – Returns whether or not we’re in an environment for Yoast development.
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.
Addon_Update_Watcher::maybe_toggle_auto_updates_for_new_install() – Trigger a change in the auto update detection whenever a new Yoast addon is activated.
Admin_Columns_Cache_Integration::maybe_fill_cache() – Makes sure we calculate all values in one query by filling our cache beforehand.
Auto_Update_Watcher::maybe_create_notification_if_not_dismissed() – Creates the notification when Yoast SEO auto-updates are enabled, if it hasn’t been dismissed in the past.
Auto_Update_Watcher::maybe_create_notification() – Creates the notification if it doesn’t exist already.
Auto_Update_Watcher::maybe_remove_notification() – Removes the notification from the notification center, if it exists.
Breadcrumbs_Enabled_Conditional::is_met() – Checks whether the breadcrumbs enabled option has been set.
Configuration_Workout_Route::can_manage_options() – Checks if the current user has the right capability.
Curl_Reports::get_my_yoast_api_not_reachable_description() – Returns the description for when the health check was unable to reach the MyYoast API.
Curl_Reports::get_my_yoast_api_not_reachable_result() – Returns the message for when the health check was unable to reach the MyYoast API.
Current_Page_Helper::is_multiple_terms_page() – Determine whether this page is an taxonomy archive page for multiple terms (url: /term-1,term2/).
Dialog_Integration::bust_myyoast_addon_information_cache() – Bust the site information transients to have fresh data.
Disable_Core_Sitemaps::maybe_disable_core_sitemaps() – Disables the core sitemaps if Yoast SEO sitemaps are enabled.
Elementor_Activated_Conditional::is_met() – Checks if the Elementor plugins is installed and activated.
Elementor::display_metabox() – Determines whether the metabox should be shown for the passed identifier.
EnvPlaceholderParameterBag::mergeEnvPlaceholders() – Merges the env placeholders of another EnvPlaceholderParameterBag.
Front_End_Integration::maybe_remove_title_presenter() – Checks if the Title presenter needs to be removed.
HelpScout_Beacon::get_mustuse_and_dropins() – Returns a CSV list of all must-use and drop-in plugins.
Image_Helper::get_attachment_meta_from_settings() – Based on and image ID return array with the best variation of that image. If it’s not saved to the DB, save it to an option.
Indexable_Post_Meta_Watcher::update_indexables() – Updates all indexables changed during the request.
Indexable_Repository::find_by_multiple_ids_and_type() – Retrieves multiple indexables at once by their id’s and type.
Indexable_Version_Manager::indexable_needs_upgrade() – Determines if an Indexable has a lower version than the builder for that Indexable’s type.
Indexable_Version_Manager::needs_upgrade() – Determines if an Indexable version for the type is lower than the current version for that Indexable type.
Indexables_Page_Helper::get_minimum_analyzed_posts_threshold() – Retrieves the minimum threshold for the amount of analyzed posts in the site, in order for lists to be relevant.
Indexables_Page_Helper::get_minimum_posts_threshold() – Retrieves the minimum threshold for the amount of posts in the site, in order for lists to be relevant.
Indexing_Notification_Integration::maybe_cleanup_notification() – Checks whether the notification should not be shown anymore and removes it from the notification center if this is the case.
Indexing_Notification_Integration::maybe_create_notification() – Checks whether the notification should be shown and adds it to the notification center if this is the case.
Indexing_Notification_Presenter::get_message() – Determines the message to show in the indexing notification.
Installation_Success_Integration::maybe_redirect() – Redirects to the installation success page if an installation has just occurred.
Jetpack_Conditional::is_met() – Returns `true` when the Jetpack plugin exists on this WordPress installation.
Link_Count_Notification_Integration::manage_notification() – Adds the notification when it isn’t set already and the amount of unindexed items is greater than the set threshold.
Main_Image::get_featured_image() – Gets the image schema for the web page based on the featured image.
Main_Image::get_first_content_image() – Gets the image schema for the web page based on the first content image image.
Main_Image::get_social_image() – Generates the image schema based on the OpenGraph or Twitter image when it’s set by the user.