{"id":55007,"date":"2020-03-29T12:15:59","date_gmt":"2020-03-29T10:15:59","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=55007"},"modified":"2020-03-29T12:22:05","modified_gmt":"2020-03-29T10:22:05","slug":"remove-additional-information-order-notes-field-at-checkout","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/remove-additional-information-order-notes-field-at-checkout\/","title":{"rendered":"Remove additional information (order notes field) at checkout"},"content":{"rendered":"<p><!--more--><br \/>\nPaste the following code in the active theme&#8217;s <em>functions.php<\/em>:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"php\">\r\n\/* Remove additional information (order notes field) at checkout *\/\r\nadd_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );\r\nfunction custom_override_checkout_fields( $fields ) {\r\n     unset($fields['order']['order_comments']);\r\n\r\n     return $fields;\r\n}<\/pre>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/docs.woocommerce.com\/document\/tutorial-customising-checkout-fields-using-actions-and-filters\/\">https:\/\/docs.woocommerce.com\/document\/tutorial-customising-checkout-fields-using-actions-and-filters\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Paste the following code in the active theme's functions.php: \/* Remove additional information (order notes field) at checkout *\/ add_filter( [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[58,113,327],"class_list":["post-55007","post","type-post","status-publish","format-standard","hentry","category-woocommerce","tag-checkout","tag-form","tag-woocommerce"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55007","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=55007"}],"version-history":[{"count":3,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55007\/revisions"}],"predecessor-version":[{"id":55010,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55007\/revisions\/55010"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=55007"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=55007"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=55007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}