Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Aug 16, 2024
1 parent 5858e58 commit 969efef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-copy-link-for-buddyboss.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) );
}

/**
Expand Down

0 comments on commit 969efef

Please sign in to comment.