Yoast\WP\SEO\Introductions\Application
AI_Brand_Insights_Pre_Launch::get_id
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() AI Brand Insights Pre Launch::get id Yoast 28.3
public function get_id() {
return self::ID;
}