我想在ID为43页的某些页面上隐藏“销售者”

时间:2020-02-29 作者:Arwahi M

我想在id为第43页的某些页面上隐藏“卖方”,如果我使用此代码,则我网站上的所有页面都会隐藏此代码

/  Remove sold by in product loops  /
remove_action (\'woocommerce_after_shop_loop_item\', array (\'WCV_Vendor_Shop\', \'template_loop_sold_by\'), 9, 2);
如何在id为43的页面上进行特殊隐藏谢谢

1 个回复
SO网友:Dan Sutherland

尝试以下操作:

if(is\\u page(\'43\'){remove\\u action(\'woomerce\\u after\\u shop\\u loop\\u item\',array(\'WCV\\u Vendor\\u shop\',\'template\\u loop\\u sall\\u by\'),9,2);}