Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP 1.2 and Group Extension API


Peter Anselmo
Participant

@peter-anselmo

D-

Your post was actually a big help. I downloaded your activity plugin, and found out what my problem was:

I was using:

add_action('bp_init','my_loader_function');

What I needed:

add_action('plugins_loaded','my_loader_function',1);

I see from your comments you may have run into a similar issue. Thanks again.

Skip to toolbar