{"id":2975,"date":"2016-02-24T14:58:05","date_gmt":"2016-02-24T14:58:05","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2975"},"modified":"2016-02-24T14:58:05","modified_gmt":"2016-02-24T14:58:05","slug":"configure-automatic-updates-wordpress","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2016\/02\/24\/configure-automatic-updates-wordpress\/","title":{"rendered":"Configure Automatic Updates WordPress"},"content":{"rendered":"\n<p><strong>Implement WordPress automatic Updates using wp-config file<\/strong><\/p>\n\n\n\n<p>Before editing, creating a complete backup.<\/p>\n\n\n\n<p>After backup, Navigate to the home directory and makes changes in wp-config.php file.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\ncd \/var\/www\/domain.com\nnano wp-config.php\n<\/pre><\/div>\n\n\n<p>Add the following&#8230;<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\/** Enable Auto Updates *\/\ndefine(&#039;WP_AUTO_UPDATE_CORE&#039;, true);\nadd_filter( &#039;auto_update_plugin&#039;, &#039;__return_true&#039; );\nadd_filter( &#039;auto_update_theme&#039;, &#039;__return_true&#039; );\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>Implement WordPress automatic Updates using wp-config file Before editing, creating a complete backup. After backup, Navigate to the home directory and makes changes in wp-config.php file. Add the following&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[128],"tags":[],"class_list":["post-2975","post","type-post","status-publish","format-standard","hentry","category-wordpress"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2975","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2975"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2975\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2975"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2975"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}