Title: [Plugin: Shortcode Exec PHP] Add code for widget titles
Last modified: August 20, 2016

---

# [Plugin: Shortcode Exec PHP] Add code for widget titles

 *  [NoahY](https://wordpress.org/support/users/noahy/)
 * (@noahy)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-shortcode-exec-php-add-code-for-widget-titles/)
 * Great plugin, five stars 🙂
 * Can you add code for widget titles to shortcode-exec-php-class.php? This:
 * `add_filter('widget_title', 'do_shortcode');`
 * will allow using php in the titles as well, which allows things like turning 
   off widgets under certain circumstances (by leaving both text and title blank).
 * Thanks for your work 🙂
 * [http://wordpress.org/extend/plugins/shortcode-exec-php/](http://wordpress.org/extend/plugins/shortcode-exec-php/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [M66B](https://wordpress.org/support/users/m66b/)
 * (@m66b)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-shortcode-exec-php-add-code-for-widget-titles/#post-2426312)
 * It is not possible to execute a shortcode for a filter in this way, because there
   is no obvious way to pass the arguments of the filter to the shortcode.
 * I am not sure the widget will be turned off by using an empty title and text.
   What about borders, etc that have been style by a theme?

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Shortcode Exec PHP] Add code for widget titles’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/shortcode-exec-php.svg)
 * [Shortcode Exec PHP](https://wordpress.org/plugins/shortcode-exec-php/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcode-exec-php/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcode-exec-php/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcode-exec-php/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcode-exec-php/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcode-exec-php/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [M66B](https://wordpress.org/support/users/m66b/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-shortcode-exec-php-add-code-for-widget-titles/#post-2426312)
 * Status: not resolved