How to replace email notifications with custom layout?

This is example of code which help you to overwrite email notifications template add_filter('bp_better_messages_overwrite_email', 'override_messages_emailer', 10, 4); function override_messages_emailer( $bool, $user_id, $thread_id, $messages ){ $gmt_offset = get_option('gmt_offset') * 3600; /**…

Paid Memberships Pro

Integration with Paid Memberships Pro plugin allow to restrict messaging feature for specific Memberships Levels: For the restricted member the message window will look like this: To restrict the messaging…

How to change max height of container?

Default max height of BP Better Messages container for desktops is set to 500px. There is bp_better_messages_max_height filter which you can use to change that value, this is example of…

How email notifications work?

Instead of standard notification on each new message, BP Better Messages plugin will group messages by thread and send it within next 15 minutes with cron job. User will not…

How to reset the license?

When you want to change the licensed domain name, but old website is already deleted, you might need to reset your license. You can do it at your customer account…

Disabling users link to be clickable

Disabling users link to be clickable in messages interfaces. Available since 1.9.9.121 version. Add this code snippet to your child theme function.php file or using Code Snippets plugin for example to disable…

WordPlus Messenger Privacy Policy

Privacy Policy WordPlus built the WordPlus Messenger app as a Free app. This SERVICE is provided by WordPlus at no cost and is intended for use as is. This page…