Get All CPT meta fields list (whatever they have vlaue or not).

[ad_1]

As titles says, in documentation or on forums i cant find way to retrive list of all metafields, i was able only to get fields which have data saved

[ad_2]
1 Comment
  1. That’s because there is no schema per se for custom fields (aka post meta) in WordPress®. And that’s kind of the point.

    You would need to maintain a list of them yourself somewhere in code, with say, the default values. Then you would retrieve the actual values per post and merge them into the defaults.

    If you’re working with blocks or the JSON API, check out [register_post_meta](https://developer.wordpress.org/reference/functions/register_post_meta/).

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer