rewind_posts()

Rewind the loop posts.


Description Description


Source Source

File: wp-includes/query.php

function rewind_posts() {
	global $wp_query;
	$wp_query->rewind_posts();
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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