plugin-icon

Group Members Mail Plugin

Allows Buddypress group Mods to send email to all group members .
Beoordelingen
4.3
Laatst bijgewerkt
January 29, 2017
Versie
1.1
Actieve installaties
10
Group Members Mail Plugin

Allows Buddypress group Mods to send email to all group members from group admin/manage section. To enable E-mail members for mods simply put the code given below in your bp-groups-members-mail.php file in the end from wp-admin-> plugins-> editor :

add_filter('gmm_enable_for_mods','gmm_enabled_for_mods'); function gmm_enabled_for_mods(){ return true; }

By default this “E-Mail Members” section is available to mods and admin . To change it a filter is available and you can change the access like this : To restrict this option to admins only add_filter(‘bp_gmm_auhority’,function(){ return ‘admin’; });

Gratisop Creator abonnement
Door te installeren, ga je akkoord met de Servicevoorwaarden van WordPress.com en de voorwaarden voor plugins van derden.
Actieve installaties
10
Getest tot
4.6.29
Deze plugin kan worden gedownload, zodat je hem op je zelf-gehoste WordPress-installatie kan gebruiken.