Fatal Error in version 1.1.2
-
You have a fatal typo in line 63
wp_enqueue_style('owl-style',$this->url . 'owl-carousel/owl.carousel.css',[],false);
Empty brackets for the third parameter is Javascript markup for an empty array, this should be array() for PHP.
Sites installing this version will crash.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Fatal Error in version 1.1.2’ is closed to new replies.