Allow WooCommerce customers to read private posts
<?php // In functions.php $customer_role = get_role( 'customer' ); $customer_role->add_cap( 'read_private_posts' ); $customer_role->add_cap( 'read_private_pages' );