Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Andrés Villarreal

    (@andrezrv)

    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 🙂

    Thread Starter poundsixzeros

    (@poundsixzeros)

    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.

    Thread Starter poundsixzeros

    (@poundsixzeros)

    Wait – I think I’ve got it. Seems to work! Thanks again.

    Plugin Author Andrés Villarreal

    (@andrezrv)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘hide shortcode generated content?’ is closed to new replies.