Title: Undefined variable: template
Last modified: August 30, 2016

---

# Undefined variable: template

 *  [systemsathomesdotcom](https://wordpress.org/support/users/systemsathomesdotcom/)
 * (@systemsathomesdotcom)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/undefined-variable-template/)
 * … in shortcodes/libs/functions.php on line 257
 * Needs the following patch:
 *     ```
       diff --git a/libs/functions.php b/libs/functions.php
       index ffddc2c..a6ee47e 100644
       --- a/libs/functions.php
       +++ b/libs/functions.php
       @@ -254,7 +254,7 @@ function msc_elementDetect(){
   
            $elements = get_option('CE_ELEMENTS');
            if(empty($elements)){
       -        return $template;
       +        return;
            }
            //return;
       ```
   
 * [https://wordpress.org/plugins/my-shortcodes/](https://wordpress.org/plugins/my-shortcodes/)

The topic ‘Undefined variable: template’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/my-shortcodes_f6e3df.svg)
 * [My Shortcodes](https://wordpress.org/plugins/my-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/my-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-shortcodes/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [systemsathomesdotcom](https://wordpress.org/support/users/systemsathomesdotcom/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/undefined-variable-template/)
 * Status: not resolved