This topic has 2 replies, 2 voices, and was last updated 8 years by dannicastanheira.

  • Author
  • #61823
     dannicastanheira
    Participant

    Hello,

    When sending a private message to a non-member it shows up the message “Your current membership does not allow private messages access.” and user can’t read it or access the email.

    Is anyway to send the entire message at the email even if it can’t open the message on is member profile? If possible both, would be great.

    Many thanks,

    Daniel

    #61867
     sharmstr
    Moderator

    put this in your functions file

    COPY CODE
    
    add_action('init','remove_pm_email_restrict');
    
    function remove_pm_email_restrict() {
      remove_filter( 'messages_notification_new_message_message', 'kleo_pmpro_restrict_pm_email_content', 11, 7 );
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #61875
     dannicastanheira
    Participant

    Thanks once again for your quick response!

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?