Plugin, beproefd en in gebruik (check feb 2019)

Ultimate security checker

http://wordpress.org/extend/plugins/ultimate-security-checker/

Tips:

  • [code title=”Voeg toe aan config.php: “]define(‘DISALLOW_FILE_EDIT’, true);[/code]

    Hiermee kan je niet meer online wijzigen in bestanden, hackers dus ook niet

  • [code title=”check of worpress versie te lezen is onder water; suffusion haalt het er standaard uit”] Voeg anders toe aan funxctions.php: function no_generator() { return ”; }</pre>
    </li>
    <li>
    <pre>add_filter( ‘the_generator’, ‘no_generator’ );[/code]