📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 11:32:44
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
mailchimp-for-wp
/
integrations
/
wpforms
✏️
Editing: admin-before.php
<?php defined('ABSPATH') or exit; ?> <p> <?php echo wp_kses( sprintf( // translators: %s is the URL to the WPForms overview page. __('Use this integration by adding the "Mailchimp" field to <a href="%s">your WPForms forms</a>.', 'mailchimp-for-wp'), esc_url(admin_url('admin.php?page=wpforms-overview')) ), [ 'a' => [ 'href' => [] ] ] ); ?> </p>
💾 Save Changes
❌ Cancel