Yoast\WP\SEO\Actions\Importing

Importing_Action_Interface::get_type()publicYoast 1.0

Returns the type of data we import.

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

Хуков нет.

Возвращает

Строку. The type of data.

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

$Importing_Action_Interface = new Importing_Action_Interface();
$Importing_Action_Interface->get_type();

Код Importing_Action_Interface::get_type() Yoast 22.3

public function get_type();