Yoast\WP\SEO\Introductions\Application
AI_Brand_Insights_Free_Trial::get_id
Returns the ID.
Метод класса: AI_Brand_Insights_Free_Trial{}
Хуков нет.
Возвращает
Строку. The ID.
Использование
$AI_Brand_Insights_Free_Trial = new AI_Brand_Insights_Free_Trial(); $AI_Brand_Insights_Free_Trial->get_id();
Код AI_Brand_Insights_Free_Trial::get_id() AI Brand Insights Free Trial::get id Yoast 27.8
public function get_id() {
return self::ID;
}