@gcornelisse
11 years, 5 months ago
add_filter takes four parameters… the 4th parameter is how many arguments to pass. I didn’t have it set so it assumed 1.
Just to add… I get data in $values, but $field_id and $user_id are empty. How do I access the $field_id and $user_id that apply_filters is obviously sending somewhere?