Title: shortcodes inside hide
Last modified: August 21, 2016

---

# shortcodes inside hide

 *  Resolved [gventura](https://wordpress.org/support/users/gventura/)
 * (@gventura)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/shortcodes-inside-hide/)
 * Hi to everybody.
 * It’s possible to run shortcode inside [hide][/hide]?
 * For example:
 *     ```
       [hide for="!logged"]
       Contact us:
       [contact-form-7 id="xxx" title="contacto"]
       [/hide]
       [hide for="logged"]
       Download your cupon <a href="#">here</a>
       [/hide]
       ```
   
 * Thnak you Andrés for this great plugin.
 * [https://wordpress.org/plugins/hide-this/](https://wordpress.org/plugins/hide-this/)

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

 *  Plugin Author [Andrés Villarreal](https://wordpress.org/support/users/andrezrv/)
 * (@andrezrv)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/shortcodes-inside-hide/#post-4606859)
 * Hi gventura, thanks for your feedback.
 * I just updated Hide This to version 1.1.1, which supports shortcodes inside `[
   hide][/hide]`. I totally forgot about including that feature, and your question
   made me think it would be really useful.
 * 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 🙂
 *  Plugin Author [Andrés Villarreal](https://wordpress.org/support/users/andrezrv/)
 * (@andrezrv)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/shortcodes-inside-hide/#post-4606908)
 * I’m marking this as resolved, since the last update solves the issue.

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

The topic ‘shortcodes inside hide’ is closed to new replies.

 * ![](https://ps.w.org/hide-this/assets/icon-256x256.png?rev=1638288)
 * [Hide This](https://wordpress.org/plugins/hide-this/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hide-this/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hide-this/)
 * [Active Topics](https://wordpress.org/support/plugin/hide-this/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hide-this/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hide-this/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Andrés Villarreal](https://wordpress.org/support/users/andrezrv/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/shortcodes-inside-hide/#post-4606908)
 * Status: resolved