bp_activity_posted_update, $r[content], $r[user_id], $activity_id

bp_activity_posted_update, $r[content], $r[user_id], $activity_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_activity_posted_update, $r[content], $r[user_id], $activity_id') is found 1 times:

  • /bp-activity/bp-activity-functions.php line 2243
    	 * @param string $content     Content of the activity post update.
    	 * @param int    $user_id     ID of the user posting the activity update.
    	 * @param int    $activity_id ID of the activity item being updated.
    	 */
    	do_action( 'bp_activity_posted_update', $r['content'], $r['user_id'], $activity_id );
    
    	return $activity_id;
    }
    
    /**
     * Create an activity item for a newly published post type post.