Yoast\WP\SEO\Config
Wordproof_Translations::getTimestampSuccessNotice()
Returns no balance notice translation.
Метод класса: Wordproof_Translations{}
Хуков нет.
Возвращает
Строку
. The translation.
Использование
$Wordproof_Translations = new Wordproof_Translations(); $Wordproof_Translations->getTimestampSuccessNotice();
Код Wordproof_Translations::getTimestampSuccessNotice() Wordproof Translations::getTimestampSuccessNotice Yoast 21.6
public function getTimestampSuccessNotice() { /* translators: %s expands to WordProof. */ return \sprintf( \__( '%s has successfully timestamped this page.', 'wordpress-seo' ), 'WordProof' ); }