Abstract_Aioseo_Importing_Action::get_completed_id() – Gets the completed id (to be used as a key for the importing_completed option).
Abstract_Aioseo_Importing_Action::is_compatible_with() – Can the current action import the data from plugin $plugin of type $type?
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_Exclude_Post_Type::get_conditionals() – This integration is only active when the child class’s conditionals are met.
Abstract_Importing_Action::get_completed_id() – Gets the completed id (to be used as a key for the importing_completed option).
Abstract_Importing_Action::is_compatible_with() – Can the current action import the data from plugin $plugin of type $type?
Abstract_Indexable_Presenter::escape_key() – Transforms an indexable presenter’s key to a json safe key string.
Abstract_Indexation_Route::run_indexation_action() – Runs an indexing action and returns the response.
Abstract_Indexing_Action::get_count_query() – Builds a query for counting the number of unindexed posts.
Abstract_Indexing_Action::get_limited_unindexed_count() – Returns a limited number of unindexed posts.
Abstract_Indexing_Action::get_select_query() – Builds a query for selecting the ID’s of unindexed posts.
Abstract_Link_Indexing_Action::get_limit() – Returns the number of texts that will be indexed in a single link indexing pass.
Abstract_Link_Indexing_Action::get_limited_unindexed_count() – In the case of term-links and post-links we want to use the total unindexed count, because using the limited unindexed count actually leads to worse performance.
Abstract_Link_Indexing_Action::index() – Builds links for indexables which haven’t had their links indexed yet.