bp_get_activity_parent_user_id, $retval
bp_get_activity_parent_user_id, $retval
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_parent_user_id, $retval') is found 1 times:
- /bp-activity/bp-activity-template.php line 2007
* @since 1.7.0 * * @param int $retval ID for the activity parent's user. */ return (int) apply_filters( 'bp_get_activity_parent_user_id', $retval ); } /** * Output whether or not the current activity is in a current user's favorites. * * @since 1.2.0