Yoast\WP\SEO\Helpers
First_Time_Configuration_Notice_Helper::should_show_alternate_message()
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() First Time Configuration Notice Helper::should show alternate message Yoast 23.4
public function should_show_alternate_message() { return $this->show_alternate_message; }