Meta Box
Support Forum
Support › General › Is it possible to show all the custom fields (inclusief group's) for een SOP?
I will show all CF for a specific CPT. The results is for an SOP document. Is it possible to generate such an overview?
Hello,
You can use the WordPress function get_post_custom() to get all custom fields attached to a post based on the post ID. Please read more on the documentation https://developer.wordpress.org/reference/functions/get_post_custom/
get_post_custom()