• Hi, can you please add_filter for

    
    // Only if term have ui. Skip language taxonomy from Polylang or product visibility from Woocommerce.
    if ( ! $taxonomy_object || ! apply_filters( 'Anything_Order/term_show_ui', $taxonomy_object->show_ui, $taxonomy_object ) ) {
        continue;
    }
    

    Thank you

    • This topic was modified 2 years, 6 months ago by Hrohh.
  • The topic ‘filter for class.php #287’ is closed to new replies.