Yoast\WP\SEO\Introductions\Application

AI_Brand_Insights_Free_Trial::should_showpublicYoast 1.0

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() Yoast 27.7

public function should_show() {
	return $this->current_page_helper->is_yoast_seo_page() && $this->product_helper->is_premium();
}