diff --git a/src/wp-settings.php b/src/wp-settings.php
index 8beee6f..2284a17 100644
--- a/src/wp-settings.php
+++ b/src/wp-settings.php
@@ -111,6 +111,15 @@ if ( is_multisite() ) {
 
 register_shutdown_function( 'shutdown_action_hook' );
 
+/**
+ * Fires after WordPress has been partially loaded.
+ *
+ * Use this action to execute a callback very early in the bootstrap process.
+ *
+ * @since 4.6.0
+ */
+do_action( 'shortinit' );
+
 // Stop most of WordPress from being loaded if we just want the basics.
 if ( SHORTINIT )
 	return false;
