how to get a list of meta data fields assocaited with a custom post type
I assume that you are talking about post meta– data stored in the $wpdb->postmeta table when you talk about “meta data fields”. The data in that table is associated with particular posts, of whatever type. It is not in any way keyed directly to the post type itself. There would be no way to connect … Read more