From 8684e63e0a872852de7a38591d395ff606bdc114 Mon Sep 17 00:00:00 2001 From: Nick Daugherty Date: Wed, 17 Feb 2021 16:09:44 -0700 Subject: [PATCH] Revert "remove the require for now, add back later" This reverts commit 3d3250bddbc942d9232d4b46437f2c86fd6fdac1. I realized this only affects staging, where there is much less impact, so splitting it up here is an over optimization --- 000-vip-init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/000-vip-init.php b/000-vip-init.php index 06dcda9cee..2e1881d9ff 100644 --- a/000-vip-init.php +++ b/000-vip-init.php @@ -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