bp_blogs_remove_comment, get_current_blog_id(

bp_blogs_remove_comment, get_current_blog_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_blogs_remove_comment, get_current_blog_id(') is found 1 times:

  • /bp-blogs/bp-blogs-functions.php line 1109
    		 * @param int $blog_id    ID for the blog associated with the removed comment.
    		 * @param int $comment_id ID of the comment being removed.
    		 * @param int $user_id    ID of the current logged in user.
    		 */
    		do_action( 'bp_blogs_remove_comment', get_current_blog_id(), $comment_id, bp_loggedin_user_id() );
    	}
    
    	return $deleted;
    }
    add_action( 'bp_activity_post_type_remove_comment', 'bp_blogs_post_type_remove_comment', 10, 4 );