Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @belvinip,

    There is no way to mark all the issues as fixed within Wordfence, but here’s what you can do:

    1. Remove all the issues by running this query:

    DELETE FROM wp_wfissues;

    2. Ignore all the issues by running this query:

    UPDATE wp_wfissues SET status = 'ignoreC';

    Dave

    Thread Starter belvinip

    (@belvinip)

    Hi,

    Thanks.
    Is wp_wfissues the file in FTP?

    If i update wp_wfissues SET status = ‘ignoreC’; when i run the scan again, can it identify further issue still if it happen?

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

The topic ‘mark as fixed’ is closed to new replies.