diff --git a/src/wp-settings.php b/src/wp-settings.php index 8ad02ffe8fd8b..687f4455fcac3 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' ); /**