WPCF7_WelcomePanelColumn_AntiSpam::content
Метод класса: WPCF7_WelcomePanelColumn_AntiSpam{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->content();
Код WPCF7_WelcomePanelColumn_AntiSpam::content() WPCF7 WelcomePanelColumn AntiSpam::content CF7 6.1.6
protected function content() {
return array(
__( 'Spammers target everything; your contact forms are not an exception. Before you get spammed, protect your contact forms with the powerful anti-spam features Contact Form 7 provides.', 'contact-form-7' ),
sprintf(
/* translators: 1: URL to support page about Akismet, 2: Cloudflare Turnstile, 3: Disallowed list */
__( 'Contact Form 7 supports spam-filtering with <a href="%1$s">Akismet</a>. <a href="%2$s">Cloudflare Turnstile</a> blocks annoying spambots. Plus, using <a href="%3$s">disallowed list</a>, you can block messages containing specified keywords or those sent from specified IP addresses.', 'contact-form-7' ),
__( 'https://contactform7.com/spam-filtering-with-akismet/', 'contact-form-7' ),
__( 'https://contactform7.com/turnstile-integration/', 'contact-form-7' ),
__( 'https://contactform7.com/comment-blacklist/', 'contact-form-7' )
),
);
}