From 969efef18d3e0dcf2c52382340ed743c45fbf3ac Mon Sep 17 00:00:00 2001 From: raftaar1191 Date: Fri, 16 Aug 2024 20:45:55 +0530 Subject: [PATCH] update code --- includes/class-copy-link-for-buddyboss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-copy-link-for-buddyboss.php b/includes/class-copy-link-for-buddyboss.php index a34cd70..f6fea05 100644 --- a/includes/class-copy-link-for-buddyboss.php +++ b/includes/class-copy-link-for-buddyboss.php @@ -222,7 +222,7 @@ private function load_composer_dependencies() { * For Plugin to check if BuddyBoss Platform plugin is active or not */ if ( class_exists( 'WPBoilerplate_BuddyBoss_Platform_Dependency' ) ) { - new WPBoilerplate_BuddyBoss_Platform_Dependency( COPY_LINK_FOR_BUDDYBOSS_PLUGIN_NAME_SLUG, COPY_LINK_FOR_BUDDYBOSS_PLUGIN_FILE ); + new WPBoilerplate_BuddyBoss_Platform_Dependency( COPY_LINK_FOR_BUDDYBOSS_PLUGIN_NAME_SLUG, COPY_LINK_FOR_BUDDYBOSS_PLUGIN_FILE, array( 'activity' ) ); } /**