asp_post_custom_field_before_tokenize
Gives access to each selected custom field related to post, before they are merged to tokenization
Parameters
$values (array) - array of custom field values. Even if the field has a single value, it is converted to array.
$post (WP_Post) - post type object
$field (string) - custom field name
The return value should always be an array
Sample usage
Last updated