Yoast\WP\SEO\Config

Wordproof_Translations::getTimestampFailedNotice()publicYoast 1.0

Устарела с версии 22.10. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.

Returns timestamp failed notice translation.

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

Хуков нет.

Возвращает

Строку. The translation.

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

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

Список изменений

Устарела с 22.10

Код Wordproof_Translations::getTimestampFailedNotice() Yoast 25.1

public function getTimestampFailedNotice() {
	\_deprecated_function( __METHOD__, 'Yoast SEO 22.10' );

	/* 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' );
}