rwmb_wrapper_html
This filter is used to change the wrapper HTML of a field.
apply_filters( 'rwmb_wrapper_html', $html, $field, $meta );
This filter accepts 3 parameters:
Name | Description |
---|---|
$html | The wrapper HTML of the field |
$field | Field settings |
$meta | Field value |
This filter has variations:
rwmb_wrapper_html
: apply for all fieldsrwmb_{$field_type}_wrapper_html
: apply for fields with a specific typerwmb_{$field_id}_wrapper_html
: apply for a the field with a specific id