Filter: mt_format_report_field

apply_filters( 'mt_format_report_field', $cstring, $meta, $post_id, $name ) → {string}

Apply custom formatting on a custom field value in reports.

Parameters:
Name Type Description
$cstring string

Custom value as a string.

$meta string | array

Stored meta value.

$post_id int

Post ID.

$name string

Name of custom field.

Source:
Returns:
Type
string