• Resolved ddas

    (@ddas)


    I’m really liking BNFW! I saw the list of shortcodes, and was wondering if there’s a way to integrate MemberPress shortcodes inside BNFW.

    In particular, I’ve set up a notification to let our admins know whenever we have a new member register in MemberPress. So I’d like the notification to also include the type of membership that they chose.

    I do see that MemberPress has shortcodes but I don’t see how I can use it in BNFW: https://docs.memberpress.com/article/112-available-shortcodes

    Is it possible?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bnfw

    (@voltronik)

    Hi @ddas,
    Thanks for you message.

    If the membership information is stored as standard user meta then you should be able to use the Custom Fields add-on to include this information in your BNFW email notifications.

    Let me know if this helps.

    Thread Starter ddas

    (@ddas)

    How do I find out if that’s stored as standard user meta?

    (All I know is what’s in the link above.)

    Yes, MemberPress does store its custom fields as WP usermeta.

    MP has a method you can use to get formatted usermeta as well

    $pretty_user_meta = MeprUtils::get_formatted_usermeta($user_id);

    Plugin Author bnfw

    (@voltronik)

    Thanks @cartpauj. In that case @ddas, you should be able to use the Custom Fields add-on for this: https://betternotificationsforwp.com/downloads/custom-fields/

    Plugin Author bnfw

    (@voltronik)

    Closing due to inactivity. If you need further help with this, please feel free to re-open this thread.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘MemberPress shortcodes?’ is closed to new replies.