I love the security GoDaddy starts each new wordpress site with, especially with the Editor Disabled.
I had to enable the Editor to add a tracking pixel to my footer.
Now, I want to disable the Editor again.
How can I disable the Editor like GoDaddy did from the beginning?
Thanks!
Hey @gigi7,
If you can SSH into the site in question and access the wp-config.php file, you'll want to add the line:
define('DISALLOW_FILE_EDIT', true);
Let us know how that works out.