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.


Description Description


Parameters Parameters

$post

Post object.

$activity

Activity object.

$activity_post_object

The post type tracking args object.


Top ↑

Source Source

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


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.