bp_blogs_new_blog_post, $post->ID, $post, $args[user_id]

bp_blogs_new_blog_post, $post->ID, $post, $args[user_id]

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_blogs_new_blog_post, $post->ID, $post, $args[user_id]') is found 1 times:

  • /bp-blogs/bp-blogs-functions.php line 631
    	 * @param int     $ID    ID of the blog post being recorded.
    	 * @param WP_Post $post  WP_Post object for the current blog post.
    	 * @param string  $value ID of the user associated with the current blog post.
    	 */
    	do_action( 'bp_blogs_new_blog_post', $post->ID, $post, $args['user_id'] );
    }
    add_action( 'bp_activity_post_type_published', 'bp_blogs_publish_post_activity_meta', 10, 3 );
    
    /**
     * Updates a blog post's activity meta entry during a post edit.
     *