Skip to content

Commit

Permalink
Revert "remove the require for now, add back later"
Browse files Browse the repository at this point in the history
This reverts commit 3d3250b.

I realized this only affects staging, where there is much less impact, so splitting it up here is an over optimization
  • Loading branch information
nickdaugherty committed Feb 17, 2021
1 parent 7a69346 commit 8684e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 000-vip-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@
// Load WP_CLI helpers
if ( defined( 'WP_CLI' ) && WP_CLI ) {
require_once( __DIR__ . '/vip-helpers/vip-wp-cli.php' );
require_once( __DIR__ . '/vip-helpers/class-vip-backup-user-role-cli.php' );
}

// Load elasticsearch helpers
Expand Down

0 comments on commit 8684e63

Please sign in to comment.