{"id":104,"date":"2016-05-29T18:37:57","date_gmt":"2016-05-29T18:37:57","guid":{"rendered":"https:\/\/wiki.samuelchopard.ch\/?p=104"},"modified":"2019-03-18T14:29:28","modified_gmt":"2019-03-18T13:29:28","slug":"woocommerce-remove-free-beside-shipping-methods","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/woocommerce-remove-free-beside-shipping-methods\/","title":{"rendered":"Remove &#8220;Free!&#8221; beside shipping methods"},"content":{"rendered":"<p><!--more--><\/p>\n<pre class=\"EnlighterJSRAW\">add_filter( 'woocommerce_cart_shipping_method_full_label', 'remove_local_pickup_free_label', 10, 2 );\nfunction remove_local_pickup_free_label($full_label, $method){\n$full_label = str_replace(\"(Gratuit)\",\"\",$full_label);\nreturn $full_label;\n}<\/pre>\n<p>&nbsp;<\/p>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/topic\/remove-free-word-in-shipping-method-label\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/wordpress.org\/support\/topic\/remove-free-word-in-shipping-method-label<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"add_filter( 'woocommerce_cart_shipping_method_full_label', 'remove_local_pickup_free_label', 10, 2 ); function remove_local_pickup_free_label($full_label, $method){ $full_label = str_replace(\"(Gratuit)\",\"\",$full_label); return $full_label; } &nbsp; Source: https:\/\/wordpress.org\/support\/topic\/remove-free-word-in-shipping-method-label","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,8],"tags":[114,122,178,242,266,327],"class_list":["post-104","post","type-post","status-publish","format-standard","hentry","category-plugins","category-woocommerce","tag-free","tag-hide","tag-methods","tag-remove","tag-shipping","tag-woocommerce"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/104","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=104"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/104\/revisions"}],"predecessor-version":[{"id":54938,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/104\/revisions\/54938"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=104"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=104"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}