plugin-icon

Group Members Mail Plugin

Allows Buddypress group Mods to send email to all group members .
評価機能
4.3
最終更新日時
January 29, 2017
バージョン
1.1
有効インストール数
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’; });

無料Creator プランを利用中
インストールすることで、WordPress.com の利用規約サードパーティ製プラグインの規約に同意したとみなされます。
有効インストール数
10
最大テスト回数
4.6.29
このプラグインをダウンロードして、インストール型 WordPress のインストールに使用できます。