hook-woocommerce

Woocommerce Short_Description in Details Order

 ̄綄美尐妖づ 提交于 2020-08-23 07:56:29
问题 I'm creating my new website with Wordpress and Woocommerce. I would like to display the short description in the order detail. I found this code : add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_single_excerpt', 5); But that shows me the description in home. Is there a way to make it appear in the order detail? 回答1: It can be done with a custom unction hooked in woocommerce_order_item_name filter hook, this way: add_filter( 'woocommerce_order_item_name', 'add