corsonr
12/29/2014 - 9:17 AM

Allow WooCommerce customers to read private posts

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' );