Title: wp-admin/menu.php | Developer.WordPress.org

---

# File: wp-admin/menu.php

 * function[_add_plugin_file_editor_to_tools()](https://developer.wordpress.org/reference/functions/_add_plugin_file_editor_to_tools/)
 * Adds the ‘Plugin File Editor’ menu item after the ‘Themes File Editor’ in Tools
   for block themes.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_add_plugin_file_editor_to_tools/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/_add_plugin_file_editor_to_tools/#uses)
   | Source: [wp-admin/menu.php:294](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/menu.php#L294-L305)
 * function[_add_themes_utility_last()](https://developer.wordpress.org/reference/functions/_add_themes_utility_last/)
 * Adds the ‘Theme File Editor’ menu item to the bottom of the Appearance (non-block
   themes) or Tools (block themes) menu.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_add_themes_utility_last/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/_add_themes_utility_last/#uses)
   | Source: [wp-admin/menu.php:277](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/menu.php#L277-L285)