Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi @davidgimenezq,
    unfortunately with this version of the plugin is not possible to achieve your goal.

    add_filter( ‘ywcca_wc_product_categories_widget_args’, ‘oaf_wc_exclude_categories_from_list_widget’ );

    function oaf_wc_exclude_categories_from_list_widget( $cat_args ) {

    $cat_args[‘exclude’] = array(‘563’); // array with categories ids to exclude
    return $cat_args;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide empty categories.’ is closed to new replies.