Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Modify WHERE clause › Reply To: Modify WHERE clause
December 3, 2020 at 7:40 am
#30470
Participant
With this filters it works for me:
$values = apply_filters( ‘asp_post_custom_field_before_tokenize’, $values, $the_post, $field );
Thanks!
Héctor