This function has been deprecated. Use bp_blogs_catch_transition_post_status() instead.

bp_blogs_update_post( WP_Post $post )

Updates a blog post’s corresponding activity entry during a post edit.

Description

See also

Parameters

$post

(WP_Post) (Required)

Source

File: bp-core/deprecated/buddypress/2.2.php

function bp_blogs_update_post( $post ) {
	_deprecated_function( __FUNCTION__, '2.2', 'bp_activity_post_type_update()' );
	bp_activity_post_type_update( $post );
}

Changelog

Changelog
Version Description
BuddyPress 2.2.0 BuddyPress 2.2.0
BuddyPress 2.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.