I have a custom post type with only 3 custom fields in it. $post_types = get_post_meta($post->ID,'post_types',true); $post_taxonomies = get_post_meta($post->ID,'post_taxonomies',true); $post_terms = get_post_meta($post->ID,'post_terms',true); I ...
-
May 21, 2022
- 0 Comments