<?php // Allow subscribers to see Private posts and pages $subRole = get_role( 'subscriber' ); $subRole->add_cap( 'read_private_posts' ); ...
確定! 回上一頁