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

    @peter-anselmo

    Anyone? Bueller? Bueller?


    D Cartwright
    Participant

    @aekeron

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


    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.


    D Cartwright
    Participant

    @aekeron

    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