Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP 1.2 and Group Extension API

Viewing 4 replies - 1 through 4 (of 4 total)
  • @peter-anselmo

    Participant

    Anyone? Bueller? Bueller?

    @aekeron

    Participant

    I’m using it for my two plugins without any issues.

    @peter-anselmo

    Participant

    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.

    @aekeron

    Participant

    Ah, no worries.

    The code I used was posted by DJPaul a while back and that seems to work a lot better for me than the ‘proper’ way. I’ve no idea why.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BP 1.2 and Group Extension API’ is closed to new replies.
Skip to toolbar