wp-admin/menu.php:297Adds the 'Plugin File Editor' menu item after the 'Themes File Editor' in Tools for block themes.
function _add_plugin_file_editor_to_tools() { if ( ! wp_is_block_theme() ) { return; } add_submenu_page( 'tools.php', __( 'Plugin File Editor' ), __( 'Plugin File Editor' ), 'edit_plugins', 'plugin-editor.php' );}Introduced in 5.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/menu.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.