BP_Media_Theme_Compat: is_media ()
设置主题兼容性挂钩,如果我们在看媒体页面。
描述
源
文件:bp-media /类/ class-bp-media-theme-compat.php
public function is_media(){//如果不查看组,则保释。如果(!bp_is_media_component())返回;/ /媒体目录。如果(!bp_displayed_user_id () & & !Bp_current_action ()) {bp_update_is_directory(true, 'media');/**该动作记录在bp-media/bp-media-screen .php */ do_action('bp_media_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' ) ); } }
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.0.0 | 介绍了。 |