Saturday, 25 May 2013

how to get a list of meta data fields assocaited with a custom post type

how to get a list of meta data fields assocaited with a custom post type

I am using a theme which has defined a custom post type--
Now, I am trying to retrieve the list of metadata fields used by that post type-- so that I can insert data via PHP code in form of that custom post--I just want the list of meta data fields(not the values of metadata fields for specific posts-- but the list of metadata fields for that type of custom post).
How do I do this?

No comments:

Post a Comment