BP_Document_Template::has_document()

Whether there are document items available in the loop.

Description

See also

Return

(bool) True if there are items in the loop, otherwise false.

Source

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

261
262
263
264
265
266
267
function has_document() {
    if ( $this->document_count ) {
        return true;
    }
 
    return false;
}

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.