bp_nouveau_get_activity_timestamp()
Get the Activity timestamp.
Return Return
(integer) The Activity timestamp.
Source 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 3.0.0 * * @param integer $value The Activity timestamp. */ return apply_filters( 'bp_nouveau_get_activity_timestamp', strtotime( bp_get_activity_date_recorded() ) ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |