Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • Hi, how can I add a new local Buddypress notification? I’ve seen the codex, the other threads, the code of various plugins that use the local bp notification system but I haven’t managed to make it work yet! This is an extract of my code:


    $the_query = new WP_Query( array( 'category_name' => 'catname');
    if ( $the_query->have_posts() ) {
    *send…
    [Read more]

  • ArkS7111's profile was updated 10 years ago

Skip to toolbar