Skip to content

Instantly share code, notes, and snippets.

@bordoni
Created June 25, 2013 15:47
Show Gist options
  • Save bordoni/5859568 to your computer and use it in GitHub Desktop.
Save bordoni/5859568 to your computer and use it in GitHub Desktop.
Some definitions for security on WordPress
<?php
/**
* WordPress Files Edition Security
* Nobody can be able to edit files within the admin it self
*/
define( 'DISALLOW_FILE_EDIT', true );
define( 'DISALLOW_FILE_MODS', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment