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 요금제에서
활성화된 설치 항목
10
테스트된 버전
4.6.29
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.