bp_get_activity_date_recorded()

Return the date the activity was recorded.

Description

Return

(string) The date the activity was recorded.

Source

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

775
776
777
778
779
780
781
782
783
784
785
786
function bp_get_activity_date_recorded() {
    global $activities_template;
 
    /**
     * Filters the date the activity was recorded.
     *
     * @since BuddyPress 1.2.0
     *
     * @param int $date_recorded The activity's date.
     */
    return apply_filters( 'bp_get_activity_date_recorded', $activities_template->activity->date_recorded );
}

Changelog

Changelog
Version Description
BuddyPress 1.2.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.