Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created July 21, 2021 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/d7035b64ea99cb17a63890865a68f242 to your computer and use it in GitHub Desktop.
Save lukecav/d7035b64ea99cb17a63890865a68f242 to your computer and use it in GitHub Desktop.
Include WPvivid Backup plugin in iThemes Security Pro recognized backup plugins in security grade report
function itsec_grade_report_backup_solution($possible) {
$possible[] = 'wpvivid-backuprestore/wpvivid-backuprestore.php';
return $possible;
}
add_filter('itsec_possible_backup_plugins', 'itsec_grade_report_backup_solution’);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment