{"id":14876,"date":"2024-07-28T17:50:27","date_gmt":"2024-07-29T00:50:27","guid":{"rendered":"https:\/\/codedcommerce.com\/?page_id=14876"},"modified":"2024-07-28T17:50:27","modified_gmt":"2024-07-29T00:50:27","slug":"pause-action-scheduler","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/pause-action-scheduler\/","title":{"rendered":"Pause Action Scheduler"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>add_action( 'init', function() {\n\tif ( class_exists( 'ActionScheduler' ) ) {\n\t\tremove_action( 'action_scheduler_run_queue', array( ActionScheduler::runner(), 'run' ) );\n\t}\n} );\n<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-14876","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/14876","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=14876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}