Filter: mt_custom_display_field

apply_filters( 'mt_custom_display_field', $return, $data, $name ) → {string}

Customize the display of a custom field.

Parameters:
Name Type Description
$return string

Return value of the field.

$data mixed

Value stored in post meta.

$name string

Field name.

Source:
Returns:
Type
string