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::type_to_sql() – Converts a type to sql. Default options: $limit = null, $precision = null, $scale = null
AddIndexableObjectIdAndTypeIndex::get_table_name() – Retrieves the table name to use for storing indexables.
Addon_Update_Watcher::__construct() – Enables Yoast add-on auto updates when Yoast SEO (Premium) is enabled and the other way around.
Addon_Update_Watcher::are_auto_updates_enabled() – Checks whether auto updates for a plugin are enabled.
Addon_Update_Watcher::call_toggle_auto_updates_with_empty_array() – Handles the situation where the auto_update_plugins option did not previously exist.
Addon_Update_Watcher::get_conditionals() – Returns the conditionals based on which this loadable should be active.
Addon_Update_Watcher::get_plugin_id() – Get the ID of the currently installed Yoast SEO (Premium) plugin.
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.
Addon_Update_Watcher::replace_auto_update_toggles_of_addons() – Replaces the auto-update toggle links for the Yoast add-ons with a text explaining that toggling the Yoast SEO auto-update setting automatically toggles the one for the setting for the add-ons as well.
Addon_Update_Watcher::toggle_auto_updates_for_add_ons() – Enables premium auto updates when free are enabled and the other way around.
AddVersionColumnToIndexables::get_table_name() – Retrieves the table name to use for storing indexables.
Admin_Columns_Cache_Integration::fill_cache() – Fills the cache of indexables for all known post IDs.
Admin_Columns_Cache_Integration::get_child_page_ids() – Adds all child pages due to be shown on the current page to the $to_display array.
Admin_Columns_Cache_Integration::get_conditionals() – Returns the conditionals based on which this loadable should be active.
Admin_Columns_Cache_Integration::get_current_page_page_ids() – Gets all the page IDs set to be shown on the current page.
Admin_Columns_Cache_Integration::maybe_fill_cache() – Makes sure we calculate all values in one query by filling our cache beforehand.
Admin_Columns_Cache_Integration::register_hooks() – Registers the appropriate actions and filters to fill the cache with indexables on admin pages.
Aioseo_Cleanup_Action::cleanup_postmeta_query() – Creates a DELETE query string for deleting AIOSEO postmeta data.
Aioseo_Cleanup_Action::get_aioseo_table() – Retrieves the AIOSEO table name along with the db prefix.
Aioseo_Cleanup_Action::get_limited_unindexed_count() – Just checks if the cleanup has been completed in the past.
Aioseo_Cleanup_Action::get_total_unindexed() – Just checks if the cleanup has been completed in the past.
Aioseo_Cleanup_Action::truncate_query() – Creates a TRUNCATE query string for emptying the AIOSEO indexable table, if it exists.
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.