BP_Document_Theme_Compat: single_dummy_post ()
用显示的用户数据更新全局$post。
描述
源
文件:bp-document /类/ class-bp-document-theme-compat.php
public function single_dummy_post() {bp_theme_compat_reset_post(array('ID' => 0, 'post_title' => __('Documents', 'buddyboss'), 'post_author' => 0, 'post_date' => 0, 'post_content' => ", 'post_type' => 'page', 'post_status' => 'publish', 'is_page' => true, 'comment_status' => 'closed',));}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.4.0 | 介绍了。 |