id(); $cf7_mch = get_option( 'cf7_mch_' . $form_id, array() ); if ( empty( $cf7_mch ) || empty( $cf7_mch['api-validation'] ) ) { return $output; } // Append the author credit. return $output . self::get_author_credit(); } private const DEFAULT_WELCOME = '

Hello. My name is Renzo, I WordPress and I develop this free plugin to help users like you. I drink copious amounts of coffee to keep me running longer . If you\'ve found this plugin useful, please consider making a donation.


Would you like to buy me a coffee? or Donate with Paypal

'; public static function get_welcome(): string { $banner = get_site_option( 'mce_conten_panel_welcome', self::DEFAULT_WELCOME ); return empty( trim( $banner ) ) ? self::DEFAULT_WELCOME : $banner; } public static function render_lateral(): void { ?>

Upgrade to PRO

We have the the best tool to integrate Contact Form 7 & Mailchimp.com mailing lists. We have new nifty features:

40% Off!

Submit your name and email and we\'ll send you a coupon for 40% off your upgrade to the pro version.

'; } public static function render_new_user_help(): void { $help_url = Cmatic_Pursuit::docs( 'how-to-get-your-mailchimp-api-key', 'new_user_help' ); ?>

'; $html .= 'ChimpMatic'; $html .= ' – CF7 Mailchimp Integration'; $html .= '

' . "\n"; return $html; } }