asp_index_cf_contents_before_tokenize
Gives access to all of the custom field content merged into a string, before they are sent to tokenization
Parameters
$field_contents (string) - contents of all the custom fields merged as a string
$post (WP_Post) - post type object
The return value should always be an string
Sample usage
Last updated