bp_nouveau_get_media_timestamp()
Get the Media timestamp.
Description
Return
(integer) The Media timestamp.
Source
File: bp-templates/bp-nouveau/includes/media/template-tags.php
function bp_nouveau_get_media_timestamp() {
/**
* Filter here to edit the media timestamp.
*
* @since BuddyBoss 1.0.0
*
* @param integer $value The Media timestamp.
*/
return apply_filters( 'bp_nouveau_get_media_timestamp', strtotime( bp_get_media_date_created() ) );
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 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.