Figured out the problem. For some reason without the social links in there, it was going into my junk mail folder. Thanks for the quick response.
My apologies on the poor message board etiquette. Let me know if you want to start a new thread.
My error log folder is empty.
MattyRob,
I followed all of the instructions you gave to bottlelot and now when I send a test email, nothing happens. No email gets sent at all.
Not sure where I would see the error message that bottlelot was seeing. I don’t get any error message, just nothing happens. When I deactivate the plugin, it starts working again. Here is what my plugin looks like:
<?php
/*
Plugin Name: Subscribe 2 – Turn Off Social Media
Plugin URI:
Description:
Version:
Author:
Author URI:
License:
License URI:
*/
function s2_social_links_off(){
return array();
}
add_filter(‘s2_social_links’, ‘s2_social_links_off’);
?>