php facetwp bbpress删除检查隐藏主题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp bbpress删除检查隐藏主题相关的知识,希望对你有一定的参考价值。

<?phhp
/** prevents bbpress from checking whether the current user should check current users forum visibility
 ** this will show all results regardless of whether a user has access to the topic
 ** be sure you really want to do this!!!
 **/
add_action( 'pre_get_posts', function( $query ) {
	if ( 'library' == FWP()->helper->get_uri() ) {
		remove_action( 'pre_get_posts', 'bbp_pre_get_posts_normalize_forum_visibility', 4 );
	}
}, 3 );

以上是关于php facetwp bbpress删除检查隐藏主题的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp隐藏/显示地图

php facetwp隐藏/显示地图

Wordpress - 通过检查用户状态从 bbPress 外部更改论坛角色

php facetwp alt检查为空

php facetwp检查lanague

php facetwp检查类别列表查询listify