Yoast\WP\SEO\Config
Wordproof_Translations::getOpenAuthenticationButtonText()
Returns authenticate button text.
Метод класса: Wordproof_Translations{}
Хуков нет.
Возвращает
Строку
. The translation.
Использование
$Wordproof_Translations = new Wordproof_Translations(); $Wordproof_Translations->getOpenAuthenticationButtonText();
Код Wordproof_Translations::getOpenAuthenticationButtonText() Wordproof Translations::getOpenAuthenticationButtonText Yoast 21.6
public function getOpenAuthenticationButtonText() { return \__( 'Open authentication', 'wordpress-seo' ); }