Loving the plugin thus far but just noticed that it's not stripping shortcodes from the email. Could you get this fixed in the next release? Thanks guys!
Loving the plugin thus far but just noticed that it's not stripping shortcodes from the email. Could you get this fixed in the next release? Thanks guys!
Is there any sort of workaround for this? I am not a programmer, but would love to be able to use the function strip_shortcodes, if only I knew where to put it :-)
Thanks - Laura
Hi Laura-
Just do a search and replace in the plugin file notifly.php for:
$comment->comment_content
and replace it with
strip_shortcodes( $comment->comment_content )
I haven't actually done it myself but that should do the trick. Make sure to test it out afterwards. Also be aware that next time the plugin is updated, this change will be lost.
Reference: http://codex.wordpress.org/Function_Reference/strip_shortcodes
This topic has been closed to new replies.