Help Show only for seller user role
-
Help Show only for seller user role
Please could you help me how I can hide the seller user role.
add_action( 'woocommerce_after_account_navigation', 'custom_content_after_account_navigation' );
function custom_content_after_account_navigation(){
$html = '<h3>Sellers</h3>';
$html.='<li><a href="link">become a seller</a></li>';
echo $html;
}Show content only for seller user role
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.