Conditional for restricted post
-
Is there a conditional that can be used within the post loop to test whether the post is member restricted or not?
For ex.
is_pmpro_restricted_post() { ..do something.. } else { …do something else.. }
OR
post_has_pmpro_level (1) { ..do something.. } else { …do something else.. }
Thanks
WordPress v5.2.8
PHP v7.3
Paid Memberships Pro – v2.5.2
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Conditional for restricted post’ is closed to new replies.