Reply To: Latest Update Breaks Groups Home › Forums › Front End PM PRO › Latest Update Breaks Groups › Reply To: Latest Update Breaks Groups July 13, 2019 at 4:35 pm #26896 shamimKeymaster 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(); });