REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 1.86 KB
Close
/home/certprox/template.certproxywizard.com/wp-content/plugins/contact-form-7/wp-contact-form-7.php
Text
Base64
<?php /* * Plugin Name: Contact Form 7 * Plugin URI: https://contactform7.com/ * Description: Just another contact form plugin. Simple but flexible. * Author: Rock Lobster Inc. * Author URI: https://github.com/rocklobster-in/ * License: GPL v2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Version: 6.1.6 * Requires at least: 6.7 * Requires PHP: 7.4 */ define( 'WPCF7_VERSION', '6.1.6' ); define( 'WPCF7_REQUIRED_WP_VERSION', '6.7' ); define( 'WPCF7_TEXT_DOMAIN', 'contact-form-7' ); define( 'WPCF7_PLUGIN', __FILE__ ); define( 'WPCF7_PLUGIN_BASENAME', plugin_basename( WPCF7_PLUGIN ) ); define( 'WPCF7_PLUGIN_NAME', trim( dirname( WPCF7_PLUGIN_BASENAME ), '/' ) ); define( 'WPCF7_PLUGIN_DIR', untrailingslashit( dirname( WPCF7_PLUGIN ) ) ); define( 'WPCF7_PLUGIN_MODULES_DIR', WPCF7_PLUGIN_DIR . '/modules' ); if ( ! defined( 'WPCF7_LOAD_JS' ) ) { define( 'WPCF7_LOAD_JS', true ); } if ( ! defined( 'WPCF7_LOAD_CSS' ) ) { define( 'WPCF7_LOAD_CSS', true ); } if ( ! defined( 'WPCF7_AUTOP' ) ) { define( 'WPCF7_AUTOP', true ); } if ( ! defined( 'WPCF7_USE_PIPE' ) ) { define( 'WPCF7_USE_PIPE', true ); } if ( ! defined( 'WPCF7_ADMIN_READ_CAPABILITY' ) ) { define( 'WPCF7_ADMIN_READ_CAPABILITY', 'edit_posts' ); } if ( ! defined( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY' ) ) { define( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY', 'publish_pages' ); } if ( ! defined( 'WPCF7_VERIFY_NONCE' ) ) { define( 'WPCF7_VERIFY_NONCE', false ); } if ( ! defined( 'WPCF7_USE_REALLY_SIMPLE_CAPTCHA' ) ) { define( 'WPCF7_USE_REALLY_SIMPLE_CAPTCHA', false ); } if ( ! defined( 'WPCF7_VALIDATE_CONFIGURATION' ) ) { define( 'WPCF7_VALIDATE_CONFIGURATION', true ); } // Deprecated, not used in the plugin core. Use wpcf7_plugin_url() instead. define( 'WPCF7_PLUGIN_URL', untrailingslashit( plugins_url( '', WPCF7_PLUGIN ) ) ); require_once WPCF7_PLUGIN_DIR . '/load.php';
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 5 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
admin
DIR
-
drwxr-xr-x
2026-06-15 03:29:31
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
assets
DIR
-
drwxr-xr-x
2026-06-14 00:13:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
includes
DIR
-
drwxr-xr-x
2026-06-15 03:29:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
languages
DIR
-
drwxr-xr-x
2026-06-14 00:13:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
modules
DIR
-
drwxr-xr-x
2026-06-15 03:30:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
error_log
4.66 KB
lrw-r--r--
2026-07-26 21:30:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
license.txt
18.73 KB
lrw-r--r--
2026-06-13 17:12:53
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
load.php
5.82 KB
lrw-r--r--
2026-06-13 17:12:53
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
readme.txt
4.70 KB
lrw-r--r--
2026-06-13 17:12:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
uninstall.php
525 B
lrw-r--r--
2026-06-13 17:12:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
wp-contact-form-7.php
1.86 KB
lrw-r--r--
2026-06-13 17:12:54
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).