-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months, 2 weeks ago
Thanks a lot for your feedback 😍. I’m happy to read you succeeded in troubleshooting issues on your side. We always try to imagine what could go wrong when we update our code but at the same time, we need to go forward. This release is very important as we’ve tried to explain as much as we could, it’s a starting point: fully…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months, 2 weeks ago
Sure, here’s the list organized by the BuddyPress version when there were deprecated:
https://github.com/buddypress/buddypress/tree/master/src/bp-core/deprecated
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months, 2 weeks ago
@westmdresearch & @fraughtithrouble
I believe there can be errors when a plugin/theme has not been updated since the last 2 versions of BuddyPress, we only load by default deprecated functions back to 2 previous versions. I suggest you to use 2 constants in your wp-config.php file:
–
define( 'BP_LOAD_DEPRECATED', true );
this will load all…[Read more]
@westmdresearch
Active 11 months ago