REST API controller for bbPress post types.
| since | 2.7.0 |
|---|---|
| package | bbPress |
check_is_post_type_allowed(\WP_Post_Type|string $post_type) : boolean
bbPress posts may be attachment parents even when their own REST routes are disabled.
| since | 2.7.0 |
|---|
\WP_Post_TypestringPost type object or name.
booleanWhether the post type is allowed.