document_screen_single_folder ()

加载单个文件夹屏幕。

描述

返回

(假|空);如果执行失败将返回False。

文件:bp-document /屏幕/ folders.php

function document_screen_single_folder(){//如果不查看单个文件夹,则保释。如果(!bp_is_document_component () | | !Bp_is_single_folder()){返回false;} $folder_id = (int) bp_action_variable(0);If(空($folder_id) || !BP_Document_Folder::folder_exists($folder_id)) {if (is_user_logged_in()) {bp_core_add_message(__('你试图访问的文件夹不再可用','buddyboss'), '错误');} bp_core_redirect(trailingslashit(bp_displayed_user_domain()。bp_get_document_slug()。' /文件夹')); } // No access. if ( ( ! folders_check_folder_access( $folder_id ) && ! bp_is_my_profile() ) && ! bp_current_user_can( 'bp_moderate' ) ) { bp_core_add_message( __( 'You do not have access to that folder.', 'buddyboss' ), 'error' ); bp_core_redirect( trailingslashit( bp_displayed_user_domain() . bp_get_document_slug() ) ); } /** * Fires right before the loading of the single folder view screen template file. * * @since BuddyBoss 1.4.0 */ do_action( 'document_screen_single_folder' ); /** * Filters the template to load for the Single Folder view screen. * * @since BuddyBoss 1.4.0 * * @param string $template Path to the folder template to load. */ bp_core_load_template( apply_filters( 'document_template_single_folder', 'members/single/home' ) ); }

更新日志

更新日志
版本 描述
BuddyBoss 1.4.0 介绍了。

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队