• Resolved Marco

    (@michelyweb)


    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

    • This topic was modified 4 years, 7 months ago by Marco.
Viewing 1 replies (of 1 total)
  • Plugin Author Jonathandejong

    (@jonathandejong)

    Hi @michelyweb

    Are you even using the filter info module?
    This hooks is used in the filter info module to filter out the display of what terms are active ??
    you can see it here: /public/partials/beautiful-taxonomy-filters-public-info-display.php.

    Best of luck!

Viewing 1 replies (of 1 total)
  • The topic ‘filter beautiful_filters_active_terms not working?’ is closed to new replies.