dokan store-listing page after store-name hook
-
How to add custom badge to store-listing after vender name with specific vender id? the below code works but show for all venders, indeed i need to run this code only for specific vender.
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');
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘dokan store-listing page after store-name hook’ is closed to new replies.