apply_filters( 'mt_custom_display_field', $data, $name ) → {string}
Customize the output of custom fields in the admin Payment record.
Parameters:
Name | Type | Description |
---|---|---|
$output_html. |
string | Default empty string. |
$data |
mixed | Saved data from post meta. |
$name |
string | Field name array key. |
- Source:
Returns:
- Type
- string