{"id":4667,"date":"2020-06-14T21:21:44","date_gmt":"2020-06-15T04:21:44","guid":{"rendered":"https:\/\/codedcommerce.com\/?post_type=product&#038;p=4667"},"modified":"2023-10-08T19:54:03","modified_gmt":"2023-10-09T02:54:03","slug":"remove-can-be-backordered-label","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/remove-can-be-backordered-label\/","title":{"rendered":"Remove can-be-backordered label"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>add_filter( 'woocommerce_get_availability_text',\n\tfunction( $availability, $product ) {\n\n\tif( $product->backorders_require_notification() ) {\n\t\t$availability = str_replace( '(can be backordered)', '', $availability );\n\t}\n\n\treturn $availability;\n\n}, 10, 2 );<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-4667","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/4667","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=4667"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}