5.0.2 CSS Class Fix (May fix other issues also)
-
Made a proper fix:(google-analytics-for-wordpress/frontend/class-frontend.php)
Line 195:
replace –
return 'onclick="' . $onclick . '"';
with –
return $link_attribute . 'onclick="' . $onclick . '"';
$link_attribute contains the css class information
Hope this helps!
https://www.ads-software.com/plugins/google-analytics-for-wordpress/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘5.0.2 CSS Class Fix (May fix other issues also)’ is closed to new replies.