apply_filters( 'wpt_custom_shortcode', string, int, string )
Filter the output of a custom field template tag. Custom field tags are marked with [[$field]].
Parameters:
| Name | Type | Description |
|---|---|---|
string |
$value Returned singular value of a post meta field, tags stripped. |
|
int |
$post_ID Post ID. |
|
string |
$field Post meta field name. |
- Source:
Returns:
string