I'd like to get a list (array) of all the post types I registered.
Precisely I would like to retrieve their slugs.
Could someone help me? thanks!
|
I'd like to get a list (array) of all the post types I registered. Precisely I would like to retrieve their slugs. Could someone help me? thanks! |
|||
|
|
|
@EAMann's answer is correct, but there's already a build in WordPress function for fetching all registered post types:
|
|||||||||
|
|
When you call
The |
|||
|
|