This topic has 1 reply, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #191151
     Oceanglim
    Participant

    Hello,

    is it possible to email only paying members? Or choose to email only registered members who are not having a payed membership?

    #191224
     Kieran_SQ
    Moderator

    Hi,

    Please review this topic on the BuddyPress forum for restricting the messaging function to only paying members https://buddypress.org/support/topic/resctrict-private-messages/.

    COPY CODE
    add_filter( 'bp_get_send_message_button', function( $array ) {
        if ( pmpro_hasMembershipLevel('Premium') ) {
            return $array;
        } else {
            return '';
        }
    } );

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?