Yoast\WP\SEO\Introductions\Application
AI_Brand_Insights_Free_Trial::should_show
Returns whether this introduction should show.
Метод класса: AI_Brand_Insights_Free_Trial{}
Хуков нет.
Возвращает
true|false. Whether this introduction should show.
Использование
$AI_Brand_Insights_Free_Trial = new AI_Brand_Insights_Free_Trial(); $AI_Brand_Insights_Free_Trial->should_show();
Код AI_Brand_Insights_Free_Trial::should_show() AI Brand Insights Free Trial::should show Yoast 27.7
public function should_show() {
return $this->current_page_helper->is_yoast_seo_page() && $this->product_helper->is_premium();
}