View Single Post
Old 03-13-2018, 06:01 AM  
blackmonsters
Making PHP work
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 20,600
Quote:
Originally Posted by Brian mike View Post
Got this injected on a file and before remove it wondering is anyone saw this before ?

I'm still a rookie playing around those file so better ask first lol.

<div style="display: none;" class="mdlWrap">
<div class="mdlOverlay">&nbsp;</div>
</div>


Also i see this in footer.php there is wp_footer(); function . Im sure this should not be there.

This is only one wordpress blog affected

Thanks
wp_footer(); has to be in the footer of the theme or the admin bar will not show up.

The other code does nothing by it's self. You have to find javascript/jQuery that reference
classes "mdlWrap" and "mdlOverlay" to figure out what it does. If CSS only reference the classes then it's nothing but design tricks.


blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote