June 10, 2015 at 19:16
#61867
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