Code changed in functions.php plugin file !?
-
Hi,
Wordfence send me an alert about code change in file stopbadbots/functions/functions.phpThe original code:
186 global $stopbadbotsip; 187 $ua = sbb_get_ua();Have been replaced by:
186 global $userAgent, $stopbadbotsip; 187 $ua = $userAgent;Any idea how is it possible? I checked changelog for the plugin and there is no recent update!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Code changed in functions.php plugin file !?’ is closed to new replies.