Meta Box
Support Forum
Support › General › Is it possible to get all post MB field values in call?
Is it possible to get all post MB field values in call?
I know you can get group values with rwmb_meta( '<GROUPID>' ) but is there a way to get all the fields?
Hello Rob,
You can use the function rwmb_get_object_fields() to get all custom fields of an object (post, term, settings page). Refer to the documentation https://docs.metabox.io/functions/rwmb-get-object-fields/
rwmb_get_object_fields()