{"id":4291,"date":"2017-09-01T06:20:47","date_gmt":"2017-09-01T04:20:47","guid":{"rendered":"https:\/\/demos.welaunch.io\/woocommerce-print-products\/?post_type=faq&#038;p=270"},"modified":"2020-07-29T14:27:32","modified_gmt":"2020-07-29T12:27:32","slug":"remove-print-products-pdf-icons-hook","status":"publish","type":"faq","link":"https:\/\/www.welaunch.io\/en\/knowledge-base\/faq\/remove-print-products-pdf-icons-hook\/","title":{"rendered":"Remove Print products PDF Icons Hook"},"content":{"rendered":"<p>To remove the icons in the WooCommerce Print Products plugin:<\/p>\n<p class=\"answer\">1. Way<\/p>\n<pre>remove_action( 'init', array( $WooCommerce_Print_Products-&gt;plugin_public, 'initWooCommerce_Print_Products' ) );<\/pre>\n<p class=\"answer\">2. Way:<\/p>\n<pre>add_action( 'init', 'remove_print_icons' ); \n\nfunction remove_print_icons() { \n      global $WooCommerce_Print_Products; \n\n      remove_action( 'woocommerce_product_meta_end', \n      array( $WooCommerce_Print_Products-&gt;plugin_public, \n      'show_print_links' ), 90 ); \n}<\/pre>\n<p>The first way is recommended here.<\/p>\n","protected":false},"author":1,"featured_media":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","product_cat":[],"class_list":["post-4291","faq","type-faq","status-publish","hentry","faq_topics-print-products-filter-hooks"],"_links":{"self":[{"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/faq\/4291","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/comments?post=4291"}],"version-history":[{"count":1,"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/faq\/4291\/revisions"}],"predecessor-version":[{"id":5504,"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/faq\/4291\/revisions\/5504"}],"wp:attachment":[{"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/media?parent=4291"}],"wp:term":[{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/www.welaunch.io\/en\/wp-json\/wp\/v2\/product_cat?post=4291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}