Undefined variable: slideText
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined variable: slideText’ is closed to new replies.