$wp_version not defined on activation
-
You need to insert
$global $wp_version
into content/plugins/fluid-responsive-slideshow/Fluid-Responsive-Slideshow.php before line 151 which looks like this:
$is_updated_admin = ( version_compare( $wp_version, ‘3.8’, ‘>=’ ) ) ? true : false;
https://www.ads-software.com/plugins/fluid-responsive-slideshow/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘$wp_version not defined on activation’ is closed to new replies.