wp-admin/plugin-install.php:99file scope/* * Call the pre upload action on every non-upload plugin installation screen * because the form is always displayed on these screens. */if ( 'upload' !== $tab ) { /** This action is documented in wp-admin/plugin-install.php */ do_action( 'install_plugins_pre_upload' );} get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ),Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.