term_id ) ) { $custom_link = get_term_link( $obj->term_id, 'product_cat' ); if ( is_wp_error( $custom_link ) ) { $custom_link = get_term_link( $obj->term_id, 'product_tag' ); } } else { if ( get_option( 'permalink_structure' ) == '' ) { $custom_link = get_post_type_archive_link( 'product' ); } else { $custom_link = get_permalink( wc_get_page_id( 'shop' ) ); } } /** * Filter query link for products number * * @since 1.0.8 * @param string $custom_link The old query url */ $custom_link = apply_filters( 'bc_consulting_num_products_link', $custom_link ); if( ! empty( $_GET ) ) { foreach( $_GET as $key => $value ){ $custom_link = add_query_arg( $key, $value, $custom_link ); } } ?>