Title: announcements
Last modified: March 22, 2018

---

# announcements

 *  Resolved [viktord](https://wordpress.org/support/users/viktord/)
 * (@viktord)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/announcements-3/)
 * Is there a way to disable the announcements completely? I’m creating a website
   that just needs the messaging system not announcements.
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Shamim Hasan](https://wordpress.org/support/users/shamim51/)
 * (@shamim51)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/announcements-3/#post-10106874)
 * Please add following code in your theme’s (child theme’s if any) functions.php
 *     ```
       add_filter('fep_menu_buttons', function( $menu ){
           unset( $menu['announcements'] );
           return $menu;
       }, 99 );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘announcements’ is closed to new replies.

 * ![](https://ps.w.org/front-end-pm/assets/icon-256x256.gif?rev=2309447)
 * [Front End PM](https://wordpress.org/plugins/front-end-pm/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/front-end-pm/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-pm/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-pm/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-pm/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-pm/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Shamim Hasan](https://wordpress.org/support/users/shamim51/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/announcements-3/#post-10106874)
 * Status: resolved