diff --git a/src/wp-settings.php b/src/wp-settings.php index 60c220100f539..bfb6d3a63a4a6 100644 --- a/src/wp-settings.php +++ b/src/wp-settings.php @@ -13,6 +13,11 @@ * * @since 1.0.0 */ +// Don't load directly. +if ( ! defined( 'ABSPATH' ) ) { + die(); +} + define( 'WPINC', 'wp-includes' ); /**