Skip to content

Dependencies: Load order update


03 November 2021

19:42:10 GMT+0000

Previously we included a few classes, notably VIP_Request_Block and our custom error handler very early in the bootstrap, prior to loading the vip-config.php. Although those files are located in mu-plugins we didn’t load them from there.

We’ve made a change to include 000-pre-vip-config/requires.php that will now contain those early dependencies so that it’s more apparent.

https://github.com/Automattic/vip-go-mu-plugins/pull/2564