do_action( 'bp_blogs_new_blog_comment', string $value, WP_Post $post )

Fires after BuddyPress has recorded metadata about a published blog post comment.


Parameters Parameters

$value

(string) ID of the user associated with the current blog post comment.

$post

(WP_Post) WP_Comment object for the current blog post.


Source Source

File: bp-blogs/bp-blogs-functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.