bbp_current_user_can_publish_forums

bbp_current_user_can_publish_forums

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_current_user_can_publish_forums') is found 1 times:

  • /includes/users/template.php line 2184
    		$retval = true;
    	}
    
    	// Filter & return
    	return (bool) apply_filters( 'bbp_current_user_can_publish_forums', $retval );
    }
    
    /**
     * Check if the current user can publish replies
     *
     * @since 2.0.0 bbPress (r3127)