bp_nouveau_get_activity_timestamp()
Get the Activity timestamp.
Description
Return
(integer) The Activity timestamp.
Source
File: bp-templates/bp-nouveau/includes/activity/template-tags.php
function bp_nouveau_get_activity_timestamp() {
/**
* Filter here to edit the activity timestamp.
*
* @since BuddyPress 3.0.0
*
* @param integer $value The Activity timestamp.
*/
return apply_filters( 'bp_nouveau_get_activity_timestamp', strtotime( bp_get_activity_date_recorded() ) );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 3.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.