Re: Buddypress breadcrumbs
Wow, cool. I didn’t know this API existed. https://wordpress.org/extend/plugins/bp-breadcrumbs/
I’m trying to figure it out now, but JJJ provided no documentation so far, unless it’s in the plugin file itself.
I tried this but it didn’t do anything:
bp_breadcrumbs_add('testcrumb', 'google.com');
and
echo bp_breadcrumbs_add('mycrumb', 'yahoo.com');
maybe it has to be an internal url, like /activity.
I’ll open the plugin file now.