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