Display Custom Post Types only assigned to logged in user
-
Hi,
Great plugin. I’ve created custom post type and was able to restrict access to specific users, but now I have a problem.When the user is logged in, I would like to display only custom posts type articles assigned to his access level? Is it possible?
I’m able to check current user level:
$user_levels = rua_get_user_levels(get_current_user_id());
but is it possible to use $user_levels with custom post type query for example?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Display Custom Post Types only assigned to logged in user’ is closed to new replies.