Meta Box
Support Forum
Support › General › Function to get all fields of a specific Meta Box
Hi
is there a function to get all the fields id of a specific meta box, may be passing meta box id?
we didn't find it in docs
thanks in advance
Please use this function:
$meta_box = rwmb_get_registry( 'meta_box' )->get( 'YOUR_META_BOX_ID' ); $fields = $meta_box->fields;