如何将自定义徽章添加到具有特定供应商ID的供应商名称之后的商店列表中?下面的代码可以工作,但显示所有供应商,实际上我只需要为特定供应商运行此代码。
function display_author_name_store_listing() {
if (!is_plugin_active('dokan-lite/dokan.php')){
return"";
}
printf("custom badge");
}
add_action( 'dokan_store_list_loop_after_store_name', 'display_author_name_store_listing');
1条答案
按热度按时间eufgjt7s1#