{"id":902,"date":"2012-10-10T17:15:56","date_gmt":"2012-10-10T08:15:56","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=902"},"modified":"2012-10-28T18:47:28","modified_gmt":"2012-10-28T09:47:28","slug":"how-to-disable-file-edition-in-wordpress-admin","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-disable-file-edition-in-wordpress-admin\/","title":{"rendered":"How to disable file edition in WordPress admin"},"content":{"rendered":"<p><strong>Here is useful wordpress code snippet to disable file edition in WordPress admin<\/strong><br \/>\nJust paste the following (or only the needed line) in your\u00a0<em>wp-config.php<\/em>\u00a0file. This file is located at the root of your WordPress install.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\ndefine('DISALLOW_FILE_EDIT', true); \/\/Disallow edition of files throught WP editor\r\ndefine('DISALLOW_FILE_MODS',&lt;wbr&gt;true); \/\/Disallow install of upgrades\r\n<\/pre>\n<p><strong><em>Thanks to\u00a0Paulund\u00a0for this useful code snippet!<\/em><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is useful wordpress code snippet to disable file edition in WordPress admin Just paste the following (or only the needed line) in your\u00a0wp-config.php\u00a0file. This file is located at the root of your WordPress install. define(&#8216;DISALLOW_FILE_EDIT&#8217;, true); \/\/Disallow edition of files throught WP editor define(&#8216;DISALLOW_FILE_MODS&#8217;,&lt;wbr&gt;true); \/\/Disallow install of upgrades Thanks to\u00a0Paulund\u00a0for this useful code snippet!<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,184],"tags":[425,427,725,426,9],"class_list":["post-902","post","type-post","status-publish","format-standard","hentry","category-wordpress","category-wordpress-tip-and-tricks","tag-disable-file-edition-in-wordpress","tag-restrict-wordpress-editing","tag-wordpress","tag-wordpress-file-permission","tag-wordpress-tricks"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/902","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=902"}],"version-history":[{"count":3,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/902\/revisions"}],"predecessor-version":[{"id":904,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/902\/revisions\/904"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=902"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=902"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=902"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}