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