Title: [Plugin: Thesis OpenHook] Using Shortcodes inside Openhook
Last modified: August 19, 2016

---

# [Plugin: Thesis OpenHook] Using Shortcodes inside Openhook

 *  Resolved [jameszol](https://wordpress.org/support/users/jameszol/)
 * (@jameszol)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-thesis-openhook-using-shortcodes-inside-openhook/)
 * How can I execute shortcodes inside Openhook?
 * I tried the do_shortcode php surrounding it and couldn’t get it to work, there
   are a few “add filter” things I could try, but I wasn’t sure what the text in
   Openhook is called so I can add a filter to that text with “do_shortcode”…
 * Thoughts? Recommendations?
 * This is where I rec’d a few ideas that didn’t seem to work for me… [http://sillybean.net/2010/02/using-shortcodes-everywhere/](http://sillybean.net/2010/02/using-shortcodes-everywhere/)
 * [http://wordpress.org/extend/plugins/thesis-openhook/](http://wordpress.org/extend/plugins/thesis-openhook/)

Viewing 1 replies (of 1 total)

 *  [Spencer](https://wordpress.org/support/users/boostwebsales/)
 * (@boostwebsales)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-thesis-openhook-using-shortcodes-inside-openhook/#post-1924402)
 * You can do it like this:
 * <?php
    $myfunction= ‘[PutYourShortCodeHere]’; $myfunction_parsed = do_shortcode(
   $myfunction); echo $myfunction_parsed;?>
 * Make sure to check the box that says ‘execute PHP on this hook’.
 * Credit:
    [http://goodkarmahost.com/topics/tech-help/wordpress/thesis-wordpress-theme-adding-shortcodes-to-the-multimedia-box/](http://goodkarmahost.com/topics/tech-help/wordpress/thesis-wordpress-theme-adding-shortcodes-to-the-multimedia-box/)

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Thesis OpenHook] Using Shortcodes inside Openhook’ is closed
to new replies.

 * ![](https://ps.w.org/thesis-openhook/assets/icon.svg?rev=1116483)
 * [OpenHook](https://wordpress.org/plugins/thesis-openhook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/thesis-openhook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/thesis-openhook/)
 * [Active Topics](https://wordpress.org/support/plugin/thesis-openhook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/thesis-openhook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/thesis-openhook/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Spencer](https://wordpress.org/support/users/boostwebsales/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-thesis-openhook-using-shortcodes-inside-openhook/#post-1924402)
 * Status: resolved