diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-admin/import.php --- a/wp/wp-admin/import.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-admin/import.php Fri Sep 05 18:52:52 2025 +0200 @@ -30,7 +30,7 @@ get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Import' ) . '

' . - '

' . __( 'Support' ) . '

' + '

' . __( 'Support forums' ) . '

' ); if ( current_user_can( 'install_plugins' ) ) { @@ -235,6 +235,13 @@ esc_url( network_admin_url( 'plugin-install.php?tab=search&type=tag&s=importer' ) ) ) . '

'; } + +/** + * Fires at the end of the Import screen. + * + * @since 6.8.0 + */ +do_action( 'import_filters' ); ?>