Hi poundsixzeros, thanks for your feedback.
I just updated Hide This to version 1.1.1, which supports shortcodes inside [hide][/hide].
In case you don’t want to update the plugin, just add $content = do_shortcode( $content ); after line 67 within hide-this.class.php.
I hope my answer helps 🙂
Hi, Thanks for the update. Unfortunately, it doesn’t display the content (which is generated from shortcode) at all. It doesn’t even display the hide shortcode.
BTW, is the shortcode ‘hide’ or ‘hidethis’ as described on the changelog? I tried it both ways without luck.
Wait – I think I’ve got it. Seems to work! Thanks again.
You’re welcome 🙂
You may use both hide and hidethis. Since hide could be used as a shortcode by other plugins, I added the hidethis alternative in order to deal with compatibility issues.