🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 06:08:17 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
mailchimp-for-wp
/
integrations
/
contact-form-7
📍 /home/eliteewa/public_html/wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7
🔄 Refresh
✏️
Editing: admin-before.php
Writable
<?php defined('ABSPATH') || exit; ?> <p> <?php echo wp_kses( sprintf( // translators: %s is the shortcode input element [mc4wp_checkbox]. __('To integrate with Contact Form 7, configure the settings below and then add %s to your CF7 form mark-up.', 'mailchimp-for-wp'), '<input type="text" onfocus="this.select()" readonly value="' . esc_attr('[mc4wp_checkbox]') . '">' ), [ 'input' => [ 'type' => [], 'onfocus' => [], 'readonly' => [], 'value' => [], ], ] ); ?> </p>
💾 Save Changes
❌ Cancel