php code to get if product is in wholesale
-
is there any code snippet that checks if a product is enabled for wholesale customers?
for example i found this code shows if the current user is a wholesale user
wp_get_current_user()->roles[0] == 'wwp_wholesaler'?
is there anything like that but for a product?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘php code to get if product is in wholesale’ is closed to new replies.