BP_Document_Folder_Template::rewind_folders()
Rewind the posts and reset post index.
Description
Source
File: bp-document/classes/class-bp-document-folder-template.php
283 284 285 286 287 288 | public function rewind_folders() { $this ->current_folder = - 1; if ( $this ->folder_count > 0 ) { $this ->folder = $this ->folders[0]; } } |
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.