Custom Fields
Re-Envisioned › Support › General › Getting list of available fieldtypes and global fields of each type › Reply To: Getting list of available fieldtypes and global fields of each type
November 13, 2018 at 10:06 PM #11935
Hi,
You can get all fields registered by parsing the meta boxes’ configurations. All of the meta boxes’ configurations can be access via rwmb_get_registry( 'meta_box' )->all()
.