[Plugin: PixoPoint Email Submit] php implode() error
-
I modified this plugin a bit but I don’t think the issue is from what I did. Basically, the plugin works fine, expect if I take out all the emails from the form field that holds them in the admin.
I am getting the following error:
Notice: Undefined variable: email_list in /home/content/70/9724470/html/temp/wp-content/plugins/pixopoint-email-submit-modified/admin_page.php on line 47
Warning: implode() [function.implode]: Invalid arguments passed in /home/content/70/9724470/html/temp/wp-content/plugins/pixopoint-email-submit-modified/admin_page.php on line 47
Warning: Cannot modify header information – headers already sent by (output started at /home/content/70/9724470/html/temp/wp-content/plugins/pixopoint-email-submit-modified/admin_page.php:47) in /home/content/70/9724470/html/temp/wp-includes/pluggable.php on line 881
The area it is referring to is this:
// Recombine email addresses $input = implode( ',', $email_list );
I don’t really know what to with this?
Any help would awesome!
- The topic ‘[Plugin: PixoPoint Email Submit] php implode() error’ is closed to new replies.