Update added code – how to remove?
-
Hello,
one of the last updates added code to the website, how can I remove it? In my opinion it has no place on the published page:
<script>function nxsPostToFav(obj){obj.preventDefault;var k=obj.target.split("-");var nt=k[0];var ii=k[1];var pid=k[2];var data={action:'nxs_snap_aj',nxsact:'manPost',nt:nt,id:pid,nid:ii,et_load_builder_modules:1,_wpnonce:'123456789'};jQuery('#nxsFavNoticeCnt').html('<p> Posting... </p>');jQuery('#nxsFavNotice').modal({fadeDuration:50});jQuery.post('https://www.EXAMPLEWEBSITE.COM/wp-admin/admin-ajax.php',data,function(response){if(response=='')response='Message Posted';jQuery('#nxsFavNoticeCnt').html('<p> '+response+'</p>'+'<input type=button onclick=jQuery.modal.close(); class=bClose value=Close />');});}</script>
and
<div style="display: none;" id=nxsFavNotice><div id=nxsFavNoticeCnt>Posting....</div></div>
What is the point? I don’t want such code to be added unnecessarily and without permission by an update. The choice should remain with the user and I don’t see any point for this code in the frontend here either. I use the Auto Poster in the admin area, so that an article is automatically shared in social networks after publication – this has nothing to do in the frontend.
How do I disable or remove this code?
CU
- The topic ‘Update added code – how to remove?’ is closed to new replies.