bp_parse_query (WP_Queryposts_query美元

将BuddyPress条件的检查添加到' parse_query '操作中。

描述

参数

posts_query美元

WP_Query(必需)WP_Query对象。

文件:bp-core / bp-core-template-loader.php

} //如果在这个查询中抑制了过滤器,则退出。If (true == $posts_query->get('suppress_filters')) {return;} //如果在admin。If (is_admin()) {return;} /** *在bp_parse_query函数的末尾触发。* *允许BuddyPress组件解析主查询。* * @ @param WP_Query $posts_query WP_Query实例。以引用的方式传递。*/ do_action_ref_array('bp_parse_query', array(&$posts_query));} /** *可能拦截正在加载的模板。 * * Listens to the 'template_include' filter and waits for any BuddyPress specific

更新日志

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

问题吗?

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