Support General Function to get all fields of a specific Meta Box Reply To: Function to get all fields of a specific Meta Box

#13125
Anh TranAnh Tran
Keymaster

Please use this function:

$meta_box = rwmb_get_registry( 'meta_box' )->get( 'YOUR_META_BOX_ID' );
$fields = $meta_box->fields;