rewind_posts()
rewind_posts() 倒回环柱。Rewind the loop posts. 目录锚点:#返回#源码#…
rewind_posts()
倒回环柱。
Rewind the loop posts.
倒回环柱。
Rewind the loop posts.
目录锚点:#返回#源码#笔记
返回(Return)
无返回值
源码(Source)
/**
* Rewind the loop posts.
*
* @since 1.5.0
*
* @global WP_Query $wp_query
*/
function rewind_posts() {
global $wp_query;
$wp_query->rewind_posts();
}| 更新版本 | 源码位置 | 使用 | 被使用 |
|---|---|---|---|
| 1.5.0 | wp-includes/query.php:956 | 0 | 1 function |
笔记(Notes)
基本示例
从Codex迁移自定义查询的示例
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。





还没有任何评论,赶紧来占个楼吧!