Title: Edit header
Last modified: December 2, 2021

---

# Edit header

 *  Resolved [Sun Cheetham](https://wordpress.org/support/users/suncheetham/)
 * (@suncheetham)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/edit-header-12/)
 * Hi,
 * I would like to add some extra content (adding social buttons) in the header 
   section with the right menu option next to the right menu icon, it seems this
   is only achievable by editing the plugin core file,
 * Is there any way I can add the extra content without editing the core file – 
   class-wp-mobile-menu-core.php?
 * Thanks,
    Sun.
    -  This topic was modified 4 years, 4 months ago by [Sun Cheetham](https://wordpress.org/support/users/suncheetham/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/edit-header-12/#post-15135786)
 * Hi [@suncheetham](https://wordpress.org/support/users/suncheetham/),
 * There is a filter that you can use.
    Add the code below to your functions.php
   of your child theme. And add the desired code next to the current HTML.
 *     ```
       add_filter( 'mm_rightt_menu_filter', 'my_custom_html_right_menu' );
       function my_custom_html_right_menu(){
       	return '<a href="#" class="mobmenu-right-bt mobmenu-trigger-action" data-panel-target="mobmenu-right-panel"><i class="mob-icon-menu-1 mob-menu-icon"></i></a>';
       }
       ```
   
 * Hope it helps.
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/edit-header-12/#post-15167197)
 * Hi [@suncheetham](https://wordpress.org/support/users/suncheetham/),
 * Did you saw my reply? Did it worked?
    Thanks
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/edit-header-12/#post-15204598)
 * Will close the topic for now. Let me know if necessary.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit header’ is closed to new replies.

 * ![](https://ps.w.org/mobile-menu/assets/icon-128x128.png?rev=1890426)
 * [WP Mobile Menu - The Mobile-Friendly Responsive Menu](https://wordpress.org/plugins/mobile-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-menu/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/edit-header-12/#post-15204598)
 * Status: resolved