Yoast\WP\SEO\Introductions\Application

AI_Brand_Insights_Pre_Launch::get_idpublicYoast 1.0

Returns the ID.

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

Хуков нет.

Возвращает

Строку. The ID.

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

$AI_Brand_Insights_Pre_Launch = new AI_Brand_Insights_Pre_Launch();
$AI_Brand_Insights_Pre_Launch->get_id();

Код AI_Brand_Insights_Pre_Launch::get_id() Yoast 28.3

public function get_id() {
	return self::ID;
}