Yoast\WP\SEO\Config

Wordproof_Translations::getWebhookFailedNotice()publicYoast 1.0

Returns webhook failed notice translation.

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

Хуков нет.

Возвращает

Строку. The translation.

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

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

Код Wordproof_Translations::getWebhookFailedNotice() Yoast 22.4

public function getWebhookFailedNotice() {
	/* translators: %s expands to WordProof. */
	return \sprintf( \__( 'The timestamp is not retrieved by your site. Please try again or contact %1$s support.', 'wordpress-seo' ), 'WordProof' );
}