Solve issue with network activation
-
Open the plugin file and look line 36:
$member_url = network_home_url( BP_MEMBERS_SLUG );
Change this into
$member_url = home_url( BP_MEMBERS_SLUG );
source:
https://www.wpstartit.com/update-for-buddypress-blog-author-link-plugin/
See how to paste directly into your functions.php and activated only when BP is enabled.
- The topic ‘Solve issue with network activation’ is closed to new replies.