bp_rewind_blogs()

Rewind the blogs and reset blog index.


Description Description


Source Source

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

function bp_rewind_blogs() {
	global $blogs_template;

	$blogs_template->rewind_blogs();
}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.