File: bp-document/classes/class-bp-document-template.php |
Description |
---|---|
document_loop_start |
Fires if the current document item is the first in the activity loop. |
BP_Document_Template::next_document() |
Set up the next document item and iterate index. |
BP_Document_Template |
The main document template loop class. |
BP_Document_Template::__construct() |
Constructor method. |
BP_Document_Template::has_document() |
Whether there are document items available in the loop. |
BP_Document_Template::user_documents() |
Whether there are document items left in the loop to iterate over. |
document_loop_end |
Fires right before the rewinding of document posts. |
BP_Document_Template::rewind_documents() |
Rewind the posts and reset post index. |
BP_Document_Template::the_document() |
Set up the current document item inside the loop. |