Great plugin and would love to use it but its causing an error that I can’t seem to fix.
first, I get this when activating:
The plugin generated 3 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Then I get this when ever I try to update, change, add any post. (Also just getting to the admin page)
Warning: Cannot modify header information - headers already sent by (output started at /home/content/88/5200988/html/tdavidson/v1/wp-content/plugins/email-address-protector/juiz-last-tweet.php:1) in /home/content/88/5200988/html/tdavidson/v1/wp-includes/pluggable.php on line 876
The plugin works otherwise but it messes up other things.
https://www.ads-software.com/plugins/email-address-protector/
]]>Hi there,
Thanks for a great plugin!
Just want to see if there is any way for this plugin to support a shortcode or a PHP string in the username input field on the widget?
I’m creating a author catalogue with 30+ authors where we want to pick up their twitter username from their profile an add it to a page profile.
Tried with:
add_filter(‘widget_text’, ‘do_shortcode’);
and
add_filter(‘widget_text’,’execute_php’,100);
function execute_php($html){
if(strpos($html,”<“.”?php”)!==false){
ob_start();
eval(“?”.”>”.$html);
$html=ob_get_contents();
ob_end_clean();
}
return $html;
}
and also installed “Shortcode Exec PHP” but your plugin won’t expand the shortcode and your input field won’t accept a php-string.
Please let me know if you have any idea of how to make this work!
Cheers,
Tommy L.
https://www.ads-software.com/extend/plugins/email-address-protector/
]]>