{"id":893,"date":"2025-03-12T13:12:28","date_gmt":"2025-03-12T18:12:28","guid":{"rendered":"https:\/\/mkt.selfregional.org\/edit\/?p=893"},"modified":"2025-03-12T13:13:53","modified_gmt":"2025-03-12T18:13:53","slug":"wordpress-config","status":"publish","type":"post","link":"https:\/\/mkt.selfregional.org\/edit\/wordpress-config\/","title":{"rendered":"WordPress Config"},"content":{"rendered":"\n<p>Place to put all WordPress specific configurations.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>WordPress 6.3 introduced \u2018development mode\u2019 which avoids the theme.json caching.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">define( 'WP_DEVELOPMENT_MODE', 'theme' );\n<\/code><\/pre>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>use debug logging on local and remote in development<\/p>\n\n\n\n<pre title=\"wp-config.php\" class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">define('WP_DEBUG', true);\ndefine('WP_DEBUG_DISPLAY', true );\ndefine('WP_DEBUG_LOG', '\/_log\/error.log');<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Place to put all WordPress specific configurations. WordPress 6.3 introduced \u2018development mode\u2019 which avoids the theme.json caching. use debug logging on local and remote in development<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-893","post","type-post","status-publish","format-standard","hentry","category-code"],"_links":{"self":[{"href":"https:\/\/mkt.selfregional.org\/edit\/wp-json\/wp\/v2\/posts\/893","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mkt.selfregional.org\/edit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mkt.selfregional.org\/edit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mkt.selfregional.org\/edit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mkt.selfregional.org\/edit\/wp-json\/wp\/v2\/comments?post=893"}],"version-history":[{"count":2,"href":"https:\/\/mkt.selfregional.org\/edit\/wp-json\/wp\/v2\/posts\/893\/revisions"}],"predecessor-version":[{"id":895,"href":"https:\/\/mkt.selfregional.org\/edit\/wp-json\/wp\/v2\/posts\/893\/revisions\/895"}],"wp:attachment":[{"href":"https:\/\/mkt.selfregional.org\/edit\/wp-json\/wp\/v2\/media?parent=893"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mkt.selfregional.org\/edit\/wp-json\/wp\/v2\/categories?post=893"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mkt.selfregional.org\/edit\/wp-json\/wp\/v2\/tags?post=893"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}