Yoast\WP\SEO\Introductions\Application
Ai_Fix_Assessments_Upsell::should_show
Returns whether this introduction should show. We no longer show this introduction, so we always return false.
Метод класса: Ai_Fix_Assessments_Upsell{}
Хуков нет.
Возвращает
true|false. Whether this introduction should show.
Использование
$Ai_Fix_Assessments_Upsell = new Ai_Fix_Assessments_Upsell(); $Ai_Fix_Assessments_Upsell->should_show();
Код Ai_Fix_Assessments_Upsell::should_show() Ai Fix Assessments Upsell::should show Yoast 27.4
public function should_show() {
return false;
}