BP_Media_Template::rewind_medias()
Rewind the posts and reset post index.
Description
Source
File: bp-media/classes/class-bp-media-template.php
280 281 282 283 284 285 | public function rewind_medias() { $this ->current_media = -1; if ( $this ->media_count > 0 ) { $this ->media = $this ->medias[0]; } } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.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.