Yoast\WP\SEO\Helpers
First_Time_Configuration_Notice_Helper::get_first_time_configuration_title()
Gets the first time configuration title based on the show_alternate_message boolean
Метод класса: First_Time_Configuration_Notice_Helper{}
Хуков нет.
Возвращает
Строку
.
Использование
$First_Time_Configuration_Notice_Helper = new First_Time_Configuration_Notice_Helper(); $First_Time_Configuration_Notice_Helper->get_first_time_configuration_title();
Код First_Time_Configuration_Notice_Helper::get_first_time_configuration_title() First Time Configuration Notice Helper::get first time configuration title Yoast 24.4
public function get_first_time_configuration_title() { return ( ! $this->show_alternate_message ) ? \__( 'First-time SEO configuration', 'wordpress-seo' ) : \__( 'SEO configuration', 'wordpress-seo' ); }