Filter: wpt_custom_shortcode

apply_filters( 'wpt_custom_shortcode', $value, $post_ID, $field ) → {string}

Filter the output of a custom field template tag. Custom field tags are marked with [[$field]].

Parameters:
Name Type Description
$value string

Returned singular value of a post meta field, tags stripped.

$post_ID int

Post ID.

$field string

Post meta field name.

Source:
Returns:
Type
string