bp_blogs_remove_post, $blog_id, $post_id, $user_id

bp_blogs_remove_post, $blog_id, $post_id, $user_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_blogs_remove_post, $blog_id, $post_id, $user_id') is found 1 times:

  • /bp-blogs/bp-blogs-activity.php line 725
    	 * @param int $blog_id ID of the blog associated with the post that was removed.
    	 * @param int $post_id ID of the post that was removed.
    	 * @param int $user_id ID of the user having the blog removed for.
    	 */
    	do_action( 'bp_blogs_remove_post', $blog_id, $post_id, $user_id );
    }
    add_action( 'delete_post', 'bp_blogs_remove_post' );
    
    /** POST COMMENT SYNCHRONIZATION ****************************************/
    
    /**