Methods
1 to 10 of 10
- 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::get_completed() – Returns the stored state of completedness.
- Abstract_Aioseo_Importing_Action::get_cursor_id() – Gets the cursor id.
- Abstract_Aioseo_Importing_Action::get_plugin() – The name of the plugin we import from.
- Abstract_Aioseo_Importing_Action::get_type() – The data type we import from the plugin.
- Abstract_Aioseo_Importing_Action::is_compatible_with() – Can the current action import the data from plugin $plugin of type $type?
- Abstract_Aioseo_Importing_Action::is_enabled() – Returns whether the importing action is enabled.
- Abstract_Aioseo_Importing_Action::set_completed() – Stores the current state of completedness.
- Abstract_Aioseo_Importing_Action::simple_import() – Minimally transforms data to be imported.
- Abstract_Aioseo_Importing_Action::url_import() – Transforms URL to be imported.