You appear to be a bot. Output may be restricted
Description
Gets the completed id (to be used as a key for the importing_completed option).
Usage
$string = Abstract_Aioseo_Importing_Action::get_completed_id();
Parameters
Returns
string The completed id.
Source
File name: wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php
Lines:
1 to 3 of 3
public function get_completed_id() { return $this->get_cursor_id(); }