Forum Replies Created

Viewing 1 replies (of 1 total)
  • if you use Modernize themes, just open the functions.php and check this

    include'include/plugin/post.php'; // post function

    add double-slash to make it as comment like this :

    //include'include/plugin/post.php'; // post function << known to call malicious code

    and just delete the post.php at your plugin folder.

    HTH

Viewing 1 replies (of 1 total)