Another PHP Error
-
Hello there! We’re using this plugin to send email confirmations after the submission of a Gravity Form. We were getting an error when submitting the form, specifically:
Extract expects parameter 1 to be array, string given in?/wp-content/plugins/send-emails-with-mandrill/lib/wpMandrill.class.php?on line?1717
I’ve temporarily fixed this by casting the return from the apply_filters call as an array. So, basically:
extract( (array)apply_filters( ‘wp_mail’….
And that has resolved the issue
- The topic ‘Another PHP Error’ is closed to new replies.