This website uses cookies to allow us to see how the site is used. If you continue to use this site, we assume that you are okay with this. If you want to use the sites without cookies, please see our privacy policy.

Prevent users, clients or hackers screwing up your site

Do you want to prevent users, clients or hackers screwing up your site? Add this snippet to your wp-config.php file and the ability to edit themes or plugins via the WordPress dashboard are disabled

// prevent edits via the dashboard
define( 'DISALLOW_FILE_EDIT', true);

About

A geek who likes to code and be nice ^_^

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.