• I found I received an error of “Undefined variable: slideText” in line 203 of functions.php until I added $slideText = ''; around line 127:

    function loadslider($atts) {
        global $wpdb;
    
        $slideText = '';
    
        $atts = shortcode_atts( array(

    Is anyone else finding this error?

    I am running Version: 1.5 of the plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author girish.tiwari

    (@girishtiwari)

    Hi @alagahd,

    Thank you for noticing this issue. Have you enabled error reporting? This is just a warning and we will fix and update this on the next update. In the meantime, you can keep the customized code.

Viewing 1 replies (of 1 total)
  • The topic ‘Undefined variable: slideText’ is closed to new replies.