{"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&p=270"},"modified":"2024-05-15T11:20:02","modified_gmt":"2024-05-15T09:20:02","slug":"remove-print-products-pdf-icons-hook","status":"publish","type":"faq","link":"https:\/\/www.welaunch.io\/fr\/base-de-connaissances\/faq\/remove-print-products-pdf-icons-hook\/","title":{"rendered":"Supprimer l’accroche des ic\u00f4nes PDF des produits d’impression"},"content":{"rendered":"

Pour supprimer les ic\u00f4nes dans le plugin WooCommerce Print Products :<\/p>\n

1. Chemin<\/p>\n

remove_action( ‘init’, array( $WooCommerce_Print_Products->plugin_public, ‘initWooCommerce_Print_Products’ ) ) ;<\/p>\n

2. Chemin :<\/p>\n

add_action( ‘init’, ‘remove_print_icons’ ) ; function remove_print_icons() { global $WooCommerce_Print_Products ; remove_action( ‘woocommerce_product_meta_end’, array( $WooCommerce_Print_Products->plugin_public, ‘show_print_links’ ), 90 ) ; }La premi\u00e8re m\u00e9thode est recommand\u00e9e ici.<\/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\/fr\/wp-json\/wp\/v2\/faq\/4291","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/comments?post=4291"}],"version-history":[{"count":2,"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/faq\/4291\/revisions"}],"predecessor-version":[{"id":8916,"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/faq\/4291\/revisions\/8916"}],"wp:attachment":[{"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/media?parent=4291"}],"wp:term":[{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/www.welaunch.io\/fr\/wp-json\/wp\/v2\/product_cat?post=4291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}