How to…
Add the following to wp-config.php before /* That’s all, stop editing! Happy publishing. */
define( ‘DISALLOW_FILE_EDIT’, true );
Website Design, Website Development, ECommerce, SEO, SEM, Internet Marketing
do_shortcode(<string>)
http://codex.wordpress.org/Function_Reference/do_shortcode
To allow the shortcode to be executed if included in the widget area or in a sidebar, add the following line to your plugin file or in functions.php
add_filter('widget_text', 'do_shortcode');