Lines:
1 to 25 of 25
<?php /** * This file holds the abstract class for dealing with imports from other plugins. * * @package WPSEO\Admin\Import\Plugins */ /* class WPSEO_Plugin_Importer */ /* function WPSEO_Plugin_Importer::__construct() – Class constructor. */ /* function WPSEO_Plugin_Importer::get_plugin_name() – Returns the string for the plugin we’re importing from. */ /* function WPSEO_Plugin_Importer::run_import() – Imports the settings and post meta data from another SEO plugin. */ /* function WPSEO_Plugin_Importer::import() – Handles post meta data to import. */ /* function WPSEO_Plugin_Importer::run_cleanup() – Removes the plugin data from the database. */ /* function WPSEO_Plugin_Importer::cleanup() – Removes the plugin data from the database. */ /* function WPSEO_Plugin_Importer::cleanup_error_msg() – Sets the status message for when a cleanup has gone bad. */ /* function WPSEO_Plugin_Importer::run_detect() – Detects whether an import for this plugin is needed. */ /* function WPSEO_Plugin_Importer::detect() – Detects whether there is post meta data to import. */ /* function WPSEO_Plugin_Importer::meta_key_clone() – Helper function to clone meta keys and (optionally) change their values in bulk. */ /* function WPSEO_Plugin_Importer::meta_keys_clone() – Clones multiple meta keys. */ /* function WPSEO_Plugin_Importer::set_missing_db_rights_status() – Sets the import status to false and returns a message about why it failed. */ /* function WPSEO_Plugin_Importer::import_meta_helper() – Helper function to search for a key in an array and maybe save it as a meta field. */ /* function WPSEO_Plugin_Importer::maybe_save_post_meta() – Saves a post meta value if it doesn’t already exist. */ /* function WPSEO_Plugin_Importer::meta_key_clone_replace() – Replaces values in our temporary table according to our settings. */