diff --git a/src/wp-admin/import.php b/src/wp-admin/import.php index e04dc3109b..913f402fe3 100644 --- a/src/wp-admin/import.php +++ b/src/wp-admin/import.php @@ -235,6 +235,13 @@ if ( current_user_can( 'install_plugins' ) ) { esc_url( network_admin_url( 'plugin-install.php?tab=search&type=tag&s=importer' ) ) ) . '</p>'; } + +/** + * Fires at the end of the Import screen. + * + * @since 6.8.0 + */ +do_action( 'import_filters' ); ?> </div>