bp_get_activity_latest_update, $latest_update, $user_id

bp_get_activity_latest_update, $latest_update, $user_id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_get_activity_latest_update, $latest_update, $user_id') is found 1 times:

  • /bp-activity/bp-activity-template.php line 3220
    		 *
    		 * @param string $latest_update The latest update with "view" link appended to it.
    		 * @param int    $user_id       ID of the queried user.
    		 */
    		return apply_filters( 'bp_get_activity_latest_update', $latest_update, $user_id );
    	}
    
    /**
     * Output the activity filter links.
     *
     * @since 1.1.0