Tagged Questions
1
vote
1answer
52 views
How to get a list of post types that “support” various things such as page-attributes?
When you register a post type you can pass an array of arguments that it "supports." (For example, "page-attributes," "author," "editor," etc.)
I see that get_post_types has some args you can filter ...