rwmb_end_html
This filter is similar to rwmb_begin_html and is used to change the ending HTML output of a field. The ending HTML for a field looks like this:
{$clone_button}
{$field_description}
</div><!-- .rwmb-input -->
Syntax:
apply_filters( 'rwmb_end_html', $end, $field, $value );
This filter accepts 3 parameters:
Name | Description |
---|---|
$end | The ending HTML output of the field |
$field | Field settings |
$value | Field value |
This filter has variations:
rwmb_end_html
: apply for all fieldsrwmb_{$field_type}_end_html
: apply for fields with a specific typerwmb_{$field_id}_end_html
: apply for a field with a specific id