bp_activity_get_last_updated()

Retrieve the last time activity was updated.

Description

Return

(string) Date last updated.

Source

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

1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
function bp_activity_get_last_updated() {
 
    /**
     * Filters the value for the last updated time for an activity item.
     *
     * @since BuddyPress 1.1.0
     *
     * @param BP_Activity_Activity $last_updated Date last updated.
     */
    return apply_filters( 'bp_activity_get_last_updated', BP_Activity_Activity::get_last_updated() );
}

Changelog

Changelog
Version Description
BuddyPress 1.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.