Yoast\WP\SEO\Config

Wordproof_Translations::getTimestampFailedNotice()publicYoast 1.0

Returns timestamp failed notice translation.

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

Хуков нет.

Возвращает

Строку. The translation.

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

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

Код Wordproof_Translations::getTimestampFailedNotice() Yoast 22.4

public function getTimestampFailedNotice() {
	/* translators: %s expands to WordProof. */
	return \sprintf( \__( '%1$s failed to timestamp this page. Please check if you\'re correctly authenticated with %1$s and try to save this page again.', 'wordpress-seo' ), 'WordProof' );
}