• Resolved kekuleh

    (@kekuleh)


    Hi,

    I want to be able to show different text or sections of a page depending on the membership plans of a user.
    There’s a conditional logic function in Breakdance Builder to do this. However, I can’t figure out the query, or meta keys to do this.

    Can you help point me to a documentation regarding this?

Viewing 1 replies (of 1 total)
  • Plugin Author WP Swings

    (@wpswings)

    Hello @kekuleh

    Thank you for asking query,

    This is the meta key – mfw_membership_id, On this meta key, user ID is saved

    To get this use get_user_meta( $user, ‘mfw_membership_id’, true )

    Hopefully this was helpful for you

    Regards,

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.