Yoast\WP\SEO\Helpers

First_Time_Configuration_Notice_Helper::should_show_alternate_message()publicYoast 1.0

Getter for the show alternate message boolean.

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

Хуков нет.

Возвращает

true|false.

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

$First_Time_Configuration_Notice_Helper = new First_Time_Configuration_Notice_Helper();
$First_Time_Configuration_Notice_Helper->should_show_alternate_message();

Код First_Time_Configuration_Notice_Helper::should_show_alternate_message() Yoast 23.4

public function should_show_alternate_message() {
	return $this->show_alternate_message;
}