We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ccdd7a + 8e4339e commit 251ced6Copy full SHA for 251ced6
src/WordPress.php
@@ -1161,6 +1161,7 @@ private function wp_download_and_config( $assoc_args ) {
1161
}
1162
1163
if ( $this->is_vip ) {
1164
+ $extra_php .= "\n\nif ( file_exists( ABSPATH . '/wp-content/mu-plugins/000-pre-vip-config/requires.php' ) ) {\n require_once( ABSPATH . '/wp-content/mu-plugins/000-pre-vip-config/requires.php' );\n}";
1165
$extra_php .= "\n\nif ( file_exists( ABSPATH . '/wp-content/vip-config/vip-config.php' ) ) {\n require_once( ABSPATH . '/wp-content/vip-config/vip-config.php' );\n}";
1166
1167
0 commit comments