This topic has 1 reply, 2 voices, and was last updated 8 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
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?