You appear to be a bot. Output may be restricted
Description
Gets the cursor id.
Usage
$string = Abstract_Aioseo_Importing_Action::get_cursor_id();
Parameters
Returns
string The cursor id.
Source
File name: wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php
Lines:
1 to 3 of 3
protected function get_cursor_id() { return $this->get_plugin() . '_' . $this->get_type(); }