post_type_supports
post_type_supports ( $post_type, $feature )
Parameters:- (string) post_type The post type being checked.
- (string) feature The feature being checked.
Returns:- (bool) Whether the post type supports the given feature.
Defined at: - Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Checks a post type's support for a given feature.