{"id":3761,"date":"2019-11-06T14:01:00","date_gmt":"2019-11-06T14:01:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3761"},"modified":"2022-10-16T13:12:25","modified_gmt":"2022-10-16T13:12:25","slug":"remove-redundant-description-title-in-woocommerce","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/remove-redundant-description-title-in-woocommerce\/","title":{"rendered":"Remove Redundant Description Title in WooCommerce"},"content":{"rendered":"\n<p>Add the following code to your theme&#8217;s function.php file, or a functionality plugin to modify  WooCommerce to remove the redundant description Title.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n\n\/**\n * Remove redundant Description title\n *\/\n\nadd_filter('woocommerce_product_description_heading',\n'sam_product_description_heading');\n\nfunction sam_product_description_heading() {\n    return '';\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Add the following code to your theme&#8217;s function.php file, or a functionality plugin to modify WooCommerce to remove the redundant description Title.<\/p>\n","protected":false},"author":1,"featured_media":10631,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","iawp_total_views":1,"wds_primary_category":56,"footnotes":""},"categories":[56],"tags":[110,218,204],"class_list":{"0":"post-3761","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"tag-code","9":"tag-title","10":"tag-woocommerce","11":"entry"},"featured_image_src":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/woocommerce-code_snippets-600x303.jpg","featured_image_src_square":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/woocommerce-code_snippets-600x303.jpg","author_info":{"display_name":"Jack Alltrade","author_link":"https:\/\/purelysupp.com\/wordpress\/author\/jacka11trade\/"},"_links":{"self":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3761","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/comments?post=3761"}],"version-history":[{"count":3,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3761\/revisions"}],"predecessor-version":[{"id":10665,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3761\/revisions\/10665"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media\/10631"}],"wp:attachment":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media?parent=3761"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3761"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3761"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}