Yoast\WP\SEO\Actions\Importing

Abstract_Aioseo_Importing_Action::get_cursor_id()protectedYoast 1.0

Gets the cursor id.

Метод класса: Abstract_Aioseo_Importing_Action{}

Хуков нет.

Возвращает

Строку. The cursor id.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_cursor_id();

Код Abstract_Aioseo_Importing_Action::get_cursor_id() Yoast 22.4

protected function get_cursor_id() {
	return $this->get_plugin() . '_' . $this->get_type();
}