Viewing 3 replies - 1 through 3 (of 3 total)
  • me too

    when i pu more then one campaign : Fatal error: Cannot redeclare change_content_type() (previously declared in /home/xxx/wp-content/plugins/wpematico/app/campaign_fetch.php:305) in /home/xxx/wp-content/plugins/wpematico/app/campaign_fetch.php on line 305

    Solution:

    the line “add_filter(‘wp_mail_content_type’,’change_content_type’); function change_content_type(){ return ‘text/html’; }” in campaign_fetch.php must be placed outside the function “__destruct()”

    please confirm.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WPeMatico] I'll be back to previous version’ is closed to new replies.