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::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::simple_boolean_import() – Minimally transforms boolean data to be imported.
Abstract_Aioseo_Settings_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.
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