bp_activity_custom_post_type_comment_action, $action, $activity
bp_activity_custom_post_type_comment_action, $action, $activity
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_custom_post_type_comment_action, $action, $activity') is found 1 times:
- /bp-activity/bp-activity-functions.php line 1852
* * @param string $action Activity action string value. * @param BP_Activity_Activity $activity Activity item object. */ return apply_filters( 'bp_activity_custom_post_type_comment_action', $action, $activity ); } /* * Business functions are where all the magic happens in BuddyPress. They will * handle the actual saving or manipulation of information. Usually they will * hand off to a database class for data access, then return