Title: Edit the header
Last modified: August 11, 2021

---

# Edit the header

 *  Resolved [domino4evers](https://wordpress.org/support/users/domino4evers/)
 * (@domino4evers)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/edit-the-header/)
 * Hi there
 * I wanna edit the header file “class-wp-mobile-menu-core.php”, add some text manually–
   that is no problem.
 * But how to make a child of the plugin file, so it won’t overwrite nexttime there
   is a update?
 * I have tried with folders theme/mobile-menu and theme/mobile-menu/includes

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

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/edit-the-header/#post-14773602)
 * Hi [@domino4evers](https://wordpress.org/support/users/domino4evers/),
 * That’s not possible with plugins, there isn’t the concept of child plugins like
   in the themes where exist the child themes.
 * We have 2 WordPress filters in the Left and right menu.
 * Here goes a code example
 *     ```
       return'<div class="mobmenu-right-bt">New content here</div>';
       add_filter( 'mm_right_menu_filter', 'my_custom_html_right_menu' );
       ```
   
 * Hope it helps.
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/edit-the-header/#post-14827505)
 * Will close the topic for now. Let me know if necessary.

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

The topic ‘Edit the 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/)

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