Yoast\WP\SEO\Config
Wordproof_Translations::getNotAuthenticatedNotice()
Returns no authentication notice translation.
Метод класса: Wordproof_Translations{}
Хуков нет.
Возвращает
Строку
. The translation.
Использование
$Wordproof_Translations = new Wordproof_Translations(); $Wordproof_Translations->getNotAuthenticatedNotice();
Код Wordproof_Translations::getNotAuthenticatedNotice() Wordproof Translations::getNotAuthenticatedNotice Yoast 21.6
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' ); }