bp_document_folder_template :: user_folders()
循环中是否有文件夹项目来迭代。
描述
使用此方法bp_folders()作为控制文件夹循环中的迭代的循环的一部分,例如:while(bp_folders()){...
也可以看看
返回
(BOOL)如果有更多的文件夹项目显示,否则为false。
来源
文件:bp-document / classes / class-bp-document-folder-template.php
公共函数user_folders(){if(($ this-> current_folder + 1)<$ this-> folder_count){return true;} elsef(($ this-> current_folder + 1)== $ this-> folder_count){/ ** *在返回文件夹帖子之前触发。* * @since buddyboss 1.4.0 * / do_action('folder_loop_end');//循环后做一些清理。$ this-> rewind_folders();$ this-> in_the_loop = false;返回false;}
变更乐
版本 | 描述 |
---|---|
Buddyboss 1.4.0. | 介绍。 |