REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.49 KB
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/contact-form-7/modules/akismet/service.php
Text
Base64
<?php if ( ! class_exists( 'WPCF7_Service' ) ) { return; } class WPCF7_Akismet extends WPCF7_Service { private static $instance; public static function get_instance() { if ( empty( self::$instance ) ) { self::$instance = new self(); } return self::$instance; } public function get_title() { return __( 'Akismet', 'contact-form-7' ); } public function is_active() { return wpcf7_akismet_is_available(); } public function get_categories() { return array( 'spam_protection' ); } public function icon() { } public function link() { echo wpcf7_link( 'https://akismet.com/', 'akismet.com' ); } public function display( $action = '' ) { echo sprintf( '<p>%s</p>', esc_html( __( "CAPTCHAs are designed to distinguish spambots from humans, and are therefore helpless against human spammers. In contrast to CAPTCHAs, Akismet checks form submissions against the global database of spam; this means Akismet is a comprehensive solution against spam. This is why we consider Akismet to be the centerpiece of the spam prevention strategy.", 'contact-form-7' ) ) ); echo sprintf( '<p><strong>%s</strong></p>', wpcf7_link( __( 'https://contactform7.com/spam-filtering-with-akismet/', 'contact-form-7' ), __( 'Spam filtering with Akismet', 'contact-form-7' ) ) ); if ( $this->is_active() ) { echo sprintf( '<p class="dashicons-before dashicons-yes">%s</p>', esc_html( __( "Akismet is active on this site.", 'contact-form-7' ) ) ); } } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
akismet.php
6.37 KB
lrw-r--r--
2025-04-30 03:16:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
service.php
1.49 KB
lrw-r--r--
2025-04-30 03:16:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).