Viewing 1 replies (of 1 total)
  • Plugin Author Bainternet

    (@bainternet)

    You can pull the list of allowed user ids form the post/page meta ex:

    global $post;
    $allowed_user_ids = get_post_meta($post->ID,'U_S_C_users',true);
Viewing 1 replies (of 1 total)
  • The topic ‘Return list of users allowed to see content’ is closed to new replies.