bp_nouveau_get_document_timestamp()

Get the Document timestamp.

Description

Return

(integer) The Document timestamp.

Source

File: bp-templates/bp-nouveau/includes/document/template-tags.php

function bp_nouveau_get_document_timestamp() {
	/**
	 * Filter here to edit the document timestamp.
	 *
	 * @since BuddyBoss 1.4.0
	 *
	 * @param integer $value The Document timestamp.
	 */
	return apply_filters( 'bp_nouveau_get_document_timestamp', strtotime( bp_get_document_date_created() ) );
}

Changelog

Changelog
Version Description
BuddyBoss 1.4.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.