How to allow users to access Receiving page

Add this code to your functions.php


add_filter( 'wpcr_receiver_roles', 'custom_wpcr_receiver_roles' );
function custom_wpcr_receiver_roles( $receiver_roles ){
	$receiver_roles[] = 'wpcargo_branch_manager';
	return $receiver_roles;

}

0
    0
    Your Cart
    Your cart is emptyReturn to Shop