I’m using the multiple registration add-on as well as the member integration add-on and would like to be able to check for members only registration when set in the event page, even if registration is required for all events.
then i was able to check for members only by adding this:
$members_only = $ee_event->member_only;
if ( $members_only === ‘N’ ) *if i wanted to check to see if it wasn’t a members only event
I’m glad you found a solution and thanks for posting it!
Viewing 2 reply threads
The support post ‘Event Member Only Status in CPT?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.