bp_document()

Determine if there are still document left in the loop.

Description

Return

(bool) Returns true when document are found.

Source

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

function bp_document() {
	global $document_template;
	return $document_template->user_documents();
}

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.