Yoast\WP\SEO\Introductions\Application

Ai_Generate_Titles_And_Descriptions_Introduction_Upsell::should_show()publicYoast 1.0

Устарела с версии 23.2. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.

Returns whether this introduction should show.

Метод класса: Ai_Generate_Titles_And_Descriptions_Introduction_Upsell{}

Хуков нет.

Возвращает

true|false.

Использование

$Ai_Generate_Titles_And_Descriptions_Introduction_Upsell = new Ai_Generate_Titles_And_Descriptions_Introduction_Upsell();
$Ai_Generate_Titles_And_Descriptions_Introduction_Upsell->should_show();

Список изменений

Устарела с 23.2

Код Ai_Generate_Titles_And_Descriptions_Introduction_Upsell::should_show() Yoast 24.4

public function should_show() {
	\_deprecated_function( __METHOD__, 'Yoast SEO 23.2' );
	// Outdated feature introduction.
	return false;
}