Reply To: Latest Update Breaks Groups


Home Forums Front End PM PRO Latest Update Breaks Groups Reply To: Latest Update Breaks Groups

#26896
Shamim Hasan
Keymaster

For version 11.1.1+ please add following code in your theme’s (child theme’s if you are using) functions.php

add_filter( 'fep_filter_groups_to_send_message', function( $groups ){
	return Fep_Group_Message::init()->get_all_groups();
});