Yoast\WP\SEO\Config

Wordproof_Translations::getOpenAuthenticationButtonText()publicYoast 1.0

Returns authenticate button text.

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

Хуков нет.

Возвращает

Строку. The translation.

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

$Wordproof_Translations = new Wordproof_Translations();
$Wordproof_Translations->getOpenAuthenticationButtonText();

Код Wordproof_Translations::getOpenAuthenticationButtonText() Yoast 22.4

public function getOpenAuthenticationButtonText() {
	return \__( 'Open authentication', 'wordpress-seo' );
}