do_action( 'bp_activity_post_type_updated', WP_Post $post, BP_Activity_Activity $activity, object $activity_post_object )

Fires after the updating of an activity item for a custom post type entry.


Parameters Parameters

$post

(WP_Post) Post object.

$activity

(BP_Activity_Activity) Activity object.

$activity_post_object

(object) The post type tracking args object.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Add the post type tracking args parameter
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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