{"id":3927,"date":"2020-03-17T20:28:19","date_gmt":"2020-03-18T03:28:19","guid":{"rendered":"https:\/\/codedcommerce.com\/product\/import-placeholder-for-160\/"},"modified":"2023-10-08T19:28:42","modified_gmt":"2023-10-09T02:28:42","slug":"enable-automatic-updates","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/enable-automatic-updates\/","title":{"rendered":"Enable automatic updates"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>add_filter( 'auto_update_core', '__return_true' );\nadd_filter( 'allow_minor_auto_core_updates', '__return_true' );\nadd_filter( 'allow_major_auto_core_updates', '__return_true' );\nadd_filter( 'auto_update_theme', '__return_true' );\nadd_filter( 'auto_update_plugin', '__return_true' );\nadd_filter( 'auto_update_translation', '__return_true' );<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-3927","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/3927","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code"}],"about":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/types\/woo-code"}],"wp:attachment":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/media?parent=3927"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}