Methods
1 to 19 of 19
- Aioseo_Posts_Importing_Action::aioseo_exists() – Determines if the AIOSEO database table exists.
- Aioseo_Posts_Importing_Action::enhance_mapping() – Enhances the mapping of the setting we’re working with, with type and the option name, so that we can retrieve the settings for the object we’re working with.
- Aioseo_Posts_Importing_Action::get_limit() – Returns the number of objects that will be imported in a single importing pass.
- Aioseo_Posts_Importing_Action::get_limited_unindexed_count() – Returns the limited number of unimported objects.
- Aioseo_Posts_Importing_Action::get_needed_data() – Populates the needed data array based on which columns we use from the AIOSEO indexable table.
- Aioseo_Posts_Importing_Action::get_needed_robot_data() – Populates the needed robot data array to be used in validating against its structure.
- Aioseo_Posts_Importing_Action::get_table() – Retrieves the AIOSEO table name along with the db prefix.
- Aioseo_Posts_Importing_Action::get_total_unindexed() – Returns the total number of unimported objects.
- Aioseo_Posts_Importing_Action::index() – Imports AIOSEO meta data and creates the respective Yoast indexables and postmeta.
- Aioseo_Posts_Importing_Action::is_enabled() – Returns whether the AISOEO post importing action is enabled.
- Aioseo_Posts_Importing_Action::keyphrase_import() – Plucks the keyphrase to be imported from the AIOSEO array of keyphrase meta data.
- Aioseo_Posts_Importing_Action::map() – Maps AIOSEO meta data to Yoast meta data.
- Aioseo_Posts_Importing_Action::post_general_robots_import() – Imports the post’s robots setting.
- Aioseo_Posts_Importing_Action::post_robots_noindex_import() – Imports the post’s noindex setting.
- Aioseo_Posts_Importing_Action::query() – Creates a query for gathering AiOSEO data from the database.
- Aioseo_Posts_Importing_Action::simple_import_post() – Minimally transforms data to be imported.
- Aioseo_Posts_Importing_Action::social_image_url_import() – Imports the og and twitter image url.
- Aioseo_Posts_Importing_Action::transform_import_data() – Transforms the data to be imported.
- Aioseo_Posts_Importing_Action::url_import_post() – Transforms URL to be imported.