Yoast\WP\SEO\Actions\Importing
Importing_Action_Interface::get_type()
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() Importing Action Interface::get type Yoast 24.0
public function get_type();