BP_Blogs_Theme_Compat: is_blogs ()

我们正在寻找一些需要博客主题兼容性的东西吗?

描述

文件:bp-blogs /类/ class-bp-blogs-theme-compat.php

public function is_blogs(){//如果不查看组,则保释。如果(!bp_is_blogs_component())返回;//如果查看用户的网站。If (bp_is_user())返回;/ /博客目录。If (is_multisite() && !Bp_current_action ()) {bp_update_is_directory(true, 'blogs');/** *如果在博客目录和BuddyPress需要博客主题兼容性,*之前的操作和过滤器被添加。* * @since BuddyPress 1.5.0 */ do_action('bp_blogs_screen_index'); add_filter( 'bp_get_buddypress_template', array( $this, 'directory_template_hierarchy' ) ); add_action( 'bp_template_include_reset_dummy_post_data', array( $this, 'directory_dummy_post' ) ); add_filter( 'bp_replace_the_content', array( $this, 'directory_content' ) ); // Create blog. } elseif ( is_user_logged_in() && bp_blog_signup_enabled() ) { add_filter( 'bp_get_buddypress_template', array( $this, 'create_template_hierarchy' ) ); add_action( 'bp_template_include_reset_dummy_post_data', array( $this, 'create_dummy_post' ) ); add_filter( 'bp_replace_the_content', array( $this, 'create_content' ) ); } }

更新日志

更新日志
版本 描述
BuddyPress 1.7.0 介绍了。

问题吗?

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