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 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…

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…

Additional on site notifications

Additional on site notifications shows additional realtime notifications on various events from BuddyPress events component. For example on new friend request user will receive notification instantly. Supported events BuddyPress Friends…

GIPHY Production Requirements

When you are ready to move to GIPHY production key, they require you to have their copyright, its easy to add with following CSS: .bpbm-gif:before { position: absolute; content: 'GIPHY';…

WordPress Multisite

Subfolder Networks Subfolder network can use 1 plugin license per network. Plugin must be activated network wide and license should be activated at primary website: Subdomain Networks One license work…

Where is my messages stored?

Websocket servers not storing any messages itself, all messages stored only in your website database. Websocket servers used only as transitional servers to transmit data in realtime and storing only…