@lucas7111
Active 8 years, 10 months ago
-
ArkS7111 started the topic Add new local notifications in the forum Requests & Feedback 8 years, 10 months ago
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:
[Read more]
$the_query = new WP_Query( array( 'category_name' => 'catname');
if ( $the_query->have_posts() ) {
*send… -
ArkS7111's profile was updated 8 years, 10 months ago