JS added in head after update
-
I’ve updated the plugin (2.3.7 to 3.0.1) and now I have jQuery, widget.js and the following script between my
head
tags:jQuery(document).ready(function(){ jQuery.get('https://domain.com/wp-admin/admin-ajax.php', { action: 'update_views_ajax', token: 'n', id: n }, function(response){ if ( console && console.log ) console.log(response); }); });
It wasn’t there in the previous version, so is this a bug or something new?
PS: the setting ‘Ajaxify widget’ is already disabled and I don’t use the WPP widget in my theme.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘JS added in head after update’ is closed to new replies.