• … 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://www.ads-software.com/plugins/my-shortcodes/

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