Version number is in debug mode
-
Just noticed, version number for enqueue styles and scripts in
class-wp-google-reviews-admin.phpis in debug mode.public function __construct( $plugintoken, $version ) {
$this->_token = $plugintoken;
$this->_default_api_token = "";
//$this->version = $version;
//for testing==============
$this->version = time();
//===================
}WP Google Review Slider 14.7
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Version number is in debug mode’ is closed to new replies.