Query posts by access level
-
I would like to be able to write the following code:
get_posts( [ 's2_access_level' => 2 ]);
and get back all the posts at that access level. Failing that, I’d settle for this.
s2_set_access_level(2); get_posts();
Are either of these things possible?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Query posts by access level’ is closed to new replies.