Yoast\WP\SEO\Config

Wordproof_Translations::getNotAuthenticatedNotice()publicYoast 1.0

Returns no authentication notice translation.

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

Хуков нет.

Возвращает

Строку. The translation.

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

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

Код Wordproof_Translations::getNotAuthenticatedNotice() Yoast 22.4

public function getNotAuthenticatedNotice() {
	/* translators: %s expands to WordProof. */
	return \sprintf( \__( 'The timestamp is not created because you need to authenticate with %s first.', 'wordpress-seo' ), 'WordProof' );
}