filter beautiful_filters_active_terms not working?
-
Hi there,
function modify_active_taxonomy($terms, $taxonomy){ error_log("hello!"); return $terms; } add_filter('beautiful_filters_active_terms', 'modify_active_taxonomy', 10, 2);
does nothing, while using
beautiful_actions_after_form
the error_log() is working as expected.Why is the filter
beautiful_filters_active_terms
not working? Any ideas?Best,
Marco
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘filter beautiful_filters_active_terms not working?’ is closed to new replies.