Array
(
    [sitemap_index\.xml$] => index.php?sitemap=1
    [([^/]+?)-sitemap([0-9]+)?\.xml$] => index.php?sitemap=$matches[1]&sitemap_n=$matches[2]
    [([a-z]+)?-?sitemap\.xsl$] => index.php?yoast-sitemap-xsl=$matches[1]
    [^wc-auth/v([1]{1})/(.*)?] => index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]
    [^wc/file/transient/?$] => index.php?wc-transient-file-name=
    [^wc/file/transient/(.+)$] => index.php?wc-transient-file-name=$matches[1]
    [^wc-api/v([1-3]{1})/?$] => index.php?wc-api-version=$matches[1]&wc-api-route=/
    [^wc-api/v([1-3]{1})(.*)?] => index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]
    [shop/?$] => index.php?post_type=product
    [shop/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=product&feed=$matches[1]
    [shop/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_type=product&feed=$matches[1]
    [shop/page/([0-9]{1,})/?$] => index.php?post_type=product&paged=$matches[1]
    [^wp-json/?$] => index.php?rest_route=/
    [^wp-json/(.*)?] => index.php?rest_route=/$matches[1]
    [^index.php/wp-json/?$] => index.php?rest_route=/
    [^index.php/wp-json/(.*)?] => index.php?rest_route=/$matches[1]
    [^wp-sitemap\.xml$] => index.php?sitemap=index
    [^wp-sitemap\.xsl$] => index.php?sitemap-stylesheet=sitemap
    [^wp-sitemap-index\.xsl$] => index.php?sitemap-stylesheet=index
    [^wp-sitemap-([a-z]+?)-([a-z\d_-]+?)-(\d+?)\.xml$] => index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]
    [^wp-sitemap-([a-z]+?)-(\d+?)\.xml$] => index.php?sitemap=$matches[1]&paged=$matches[2]
    [^wishlist/([\w]+)/?] => index.php?page_id=1003&klbwl_id=$matches[1]
    [(.*?)/wishlist/([\w]+)/?] => index.php?page_id=1003&klbwl_id=$matches[2]
    [^checkout-link$] => index.php?checkout-link=true
    [^entries/([^/]+)/?] => index.php?entries=$matches[1]
    [archives/(\d+)(?:/(\d+))?/entries/(\d+)/?$] => index.php?p=$matches[1]&page=$matches[2]&entries=$matches[3]
    [(.?.+?)(?:/([0-9]+))?/entries/(\d+)/?$] => index.php?pagename=$matches[1]&page=$matches[2]&entries=$matches[3]
    [([0-9]{4})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/entries/(\d+)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]&entries=$matches[5]
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/entries/(\d+)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]&entries=$matches[6]
    [(.?.+?)/entries(/(.*))?/?$] => index.php?pagename=$matches[1]&entries=$matches[3]
    [category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
    [category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
    [category/(.+?)/embed/?$] => index.php?category_name=$matches[1]&embed=true
    [category/(.+?)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
    [category/(.+?)/wc/file/transient(/(.*))?/?$] => index.php?category_name=$matches[1]&wc/file/transient=$matches[3]
    [category/(.+?)/wc-api(/(.*))?/?$] => index.php?category_name=$matches[1]&wc-api=$matches[3]
    [category/(.+?)/?$] => index.php?category_name=$matches[1]
    [tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
    [tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?tag=$matches[1]&feed=$matches[2]
    [tag/([^/]+)/embed/?$] => index.php?tag=$matches[1]&embed=true
    [tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?tag=$matches[1]&paged=$matches[2]
    [tag/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?tag=$matches[1]&wc/file/transient=$matches[3]
    [tag/([^/]+)/wc-api(/(.*))?/?$] => index.php?tag=$matches[1]&wc-api=$matches[3]
    [tag/([^/]+)/?$] => index.php?tag=$matches[1]
    [type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
    [type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?post_format=$matches[1]&feed=$matches[2]
    [type/([^/]+)/embed/?$] => index.php?post_format=$matches[1]&embed=true
    [type/([^/]+)/page/?([0-9]{1,})/?$] => index.php?post_format=$matches[1]&paged=$matches[2]
    [type/([^/]+)/?$] => index.php?post_format=$matches[1]
    [e-floating-buttons/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [e-floating-buttons/([^/]+)/embed/?$] => index.php?e-floating-buttons=$matches[1]&embed=true
    [e-floating-buttons/([^/]+)/trackback/?$] => index.php?e-floating-buttons=$matches[1]&tb=1
    [e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$] => index.php?e-floating-buttons=$matches[1]&paged=$matches[2]
    [e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]
    [e-floating-buttons/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?e-floating-buttons=$matches[1]&wc/file/transient=$matches[3]
    [e-floating-buttons/([^/]+)/wc-api(/(.*))?/?$] => index.php?e-floating-buttons=$matches[1]&wc-api=$matches[3]
    [e-floating-buttons/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [e-floating-buttons/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [e-floating-buttons/[^/]+/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [e-floating-buttons/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$] => index.php?e-floating-buttons=$matches[1]&page=$matches[2]
    [e-floating-buttons/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [e-floating-buttons/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [e-floating-buttons/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [elementor_component/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [elementor_component/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [elementor_component/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [elementor_component/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [elementor_component/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [elementor_component/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [elementor_component/([^/]+)/embed/?$] => index.php?elementor_component=$matches[1]&embed=true
    [elementor_component/([^/]+)/trackback/?$] => index.php?elementor_component=$matches[1]&tb=1
    [elementor_component/([^/]+)/page/?([0-9]{1,})/?$] => index.php?elementor_component=$matches[1]&paged=$matches[2]
    [elementor_component/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?elementor_component=$matches[1]&cpage=$matches[2]
    [elementor_component/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?elementor_component=$matches[1]&wc/file/transient=$matches[3]
    [elementor_component/([^/]+)/wc-api(/(.*))?/?$] => index.php?elementor_component=$matches[1]&wc-api=$matches[3]
    [elementor_component/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [elementor_component/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [elementor_component/[^/]+/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [elementor_component/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [elementor_component/([^/]+)(?:/([0-9]+))?/?$] => index.php?elementor_component=$matches[1]&page=$matches[2]
    [elementor_component/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [elementor_component/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [elementor_component/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [elementor_component/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [elementor_component/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [elementor_component/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [brand/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_brand=$matches[1]&feed=$matches[2]
    [brand/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_brand=$matches[1]&feed=$matches[2]
    [brand/(.+?)/embed/?$] => index.php?product_brand=$matches[1]&embed=true
    [brand/(.+?)/page/?([0-9]{1,})/?$] => index.php?product_brand=$matches[1]&paged=$matches[2]
    [brand/(.+?)/?$] => index.php?product_brand=$matches[1]
    [product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_cat=$matches[1]&feed=$matches[2]
    [product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_cat=$matches[1]&feed=$matches[2]
    [product-category/(.+?)/embed/?$] => index.php?product_cat=$matches[1]&embed=true
    [product-category/(.+?)/page/?([0-9]{1,})/?$] => index.php?product_cat=$matches[1]&paged=$matches[2]
    [product-category/(.+?)/?$] => index.php?product_cat=$matches[1]
    [product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_tag=$matches[1]&feed=$matches[2]
    [product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?product_tag=$matches[1]&feed=$matches[2]
    [product-tag/([^/]+)/embed/?$] => index.php?product_tag=$matches[1]&embed=true
    [product-tag/([^/]+)/page/?([0-9]{1,})/?$] => index.php?product_tag=$matches[1]&paged=$matches[2]
    [product-tag/([^/]+)/?$] => index.php?product_tag=$matches[1]
    [product/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [product/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [product/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [product/([^/]+)/embed/?$] => index.php?product=$matches[1]&embed=true
    [product/([^/]+)/trackback/?$] => index.php?product=$matches[1]&tb=1
    [product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?product=$matches[1]&feed=$matches[2]
    [product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?product=$matches[1]&feed=$matches[2]
    [product/([^/]+)/page/?([0-9]{1,})/?$] => index.php?product=$matches[1]&paged=$matches[2]
    [product/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?product=$matches[1]&cpage=$matches[2]
    [product/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?product=$matches[1]&wc/file/transient=$matches[3]
    [product/([^/]+)/wc-api(/(.*))?/?$] => index.php?product=$matches[1]&wc-api=$matches[3]
    [product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [product/[^/]+/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [product/([^/]+)(?:/([0-9]+))?/?$] => index.php?product=$matches[1]&page=$matches[2]
    [product/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [product/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [product/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [mc4wp-form/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [mc4wp-form/([^/]+)/embed/?$] => index.php?mc4wp-form=$matches[1]&embed=true
    [mc4wp-form/([^/]+)/trackback/?$] => index.php?mc4wp-form=$matches[1]&tb=1
    [mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$] => index.php?mc4wp-form=$matches[1]&paged=$matches[2]
    [mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?mc4wp-form=$matches[1]&cpage=$matches[2]
    [mc4wp-form/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?mc4wp-form=$matches[1]&wc/file/transient=$matches[3]
    [mc4wp-form/([^/]+)/wc-api(/(.*))?/?$] => index.php?mc4wp-form=$matches[1]&wc-api=$matches[3]
    [mc4wp-form/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [mc4wp-form/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [mc4wp-form/[^/]+/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [mc4wp-form/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [mc4wp-form/([^/]+)(?:/([0-9]+))?/?$] => index.php?mc4wp-form=$matches[1]&page=$matches[2]
    [mc4wp-form/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [mc4wp-form/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [mc4wp-form/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [e_global_class/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [e_global_class/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [e_global_class/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [e_global_class/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [e_global_class/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [e_global_class/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [e_global_class/([^/]+)/embed/?$] => index.php?e_global_class=$matches[1]&embed=true
    [e_global_class/([^/]+)/trackback/?$] => index.php?e_global_class=$matches[1]&tb=1
    [e_global_class/([^/]+)/page/?([0-9]{1,})/?$] => index.php?e_global_class=$matches[1]&paged=$matches[2]
    [e_global_class/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?e_global_class=$matches[1]&cpage=$matches[2]
    [e_global_class/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?e_global_class=$matches[1]&wc/file/transient=$matches[3]
    [e_global_class/([^/]+)/wc-api(/(.*))?/?$] => index.php?e_global_class=$matches[1]&wc-api=$matches[3]
    [e_global_class/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [e_global_class/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [e_global_class/[^/]+/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [e_global_class/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [e_global_class/([^/]+)(?:/([0-9]+))?/?$] => index.php?e_global_class=$matches[1]&page=$matches[2]
    [e_global_class/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [e_global_class/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [e_global_class/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [e_global_class/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [e_global_class/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [e_global_class/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [shipment/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [shipment/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [shipment/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [shipment/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [shipment/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [shipment/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [shipment/([^/]+)/embed/?$] => index.php?shipment=$matches[1]&embed=true
    [shipment/([^/]+)/trackback/?$] => index.php?shipment=$matches[1]&tb=1
    [shipment/([^/]+)/page/?([0-9]{1,})/?$] => index.php?shipment=$matches[1]&paged=$matches[2]
    [shipment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?shipment=$matches[1]&cpage=$matches[2]
    [shipment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?shipment=$matches[1]&wc/file/transient=$matches[3]
    [shipment/([^/]+)/wc-api(/(.*))?/?$] => index.php?shipment=$matches[1]&wc-api=$matches[3]
    [shipment/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [shipment/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [shipment/[^/]+/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [shipment/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [shipment/([^/]+)(?:/([0-9]+))?/?$] => index.php?shipment=$matches[1]&page=$matches[2]
    [shipment/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [shipment/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [shipment/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [shipment/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [shipment/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [shipment/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [shipping_manifest/[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [shipping_manifest/[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [shipping_manifest/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [shipping_manifest/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [shipping_manifest/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [shipping_manifest/[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [shipping_manifest/([^/]+)/embed/?$] => index.php?shipping_manifest=$matches[1]&embed=true
    [shipping_manifest/([^/]+)/trackback/?$] => index.php?shipping_manifest=$matches[1]&tb=1
    [shipping_manifest/([^/]+)/page/?([0-9]{1,})/?$] => index.php?shipping_manifest=$matches[1]&paged=$matches[2]
    [shipping_manifest/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?shipping_manifest=$matches[1]&cpage=$matches[2]
    [shipping_manifest/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?shipping_manifest=$matches[1]&wc/file/transient=$matches[3]
    [shipping_manifest/([^/]+)/wc-api(/(.*))?/?$] => index.php?shipping_manifest=$matches[1]&wc-api=$matches[3]
    [shipping_manifest/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [shipping_manifest/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [shipping_manifest/[^/]+/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [shipping_manifest/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [shipping_manifest/([^/]+)(?:/([0-9]+))?/?$] => index.php?shipping_manifest=$matches[1]&page=$matches[2]
    [shipping_manifest/[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [shipping_manifest/[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [shipping_manifest/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [shipping_manifest/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [shipping_manifest/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [shipping_manifest/[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [robots\.txt$] => index.php?robots=1
    [favicon\.ico$] => index.php?favicon=1
    [sitemap\.xml] => index.php?sitemap=index
    [.*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$] => index.php?feed=old
    [.*wp-app\.php(/.*)?$] => index.php?error=403
    [.*wp-register.php$] => index.php?register=true
    [feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
    [(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]
    [embed/?$] => index.php?&embed=true
    [page/?([0-9]{1,})/?$] => index.php?&paged=$matches[1]
    [comment-page-([0-9]{1,})/?$] => index.php?&page_id=1860&cpage=$matches[1]
    [wc/file/transient(/(.*))?/?$] => index.php?&wc/file/transient=$matches[2]
    [wc-api(/(.*))?/?$] => index.php?&wc-api=$matches[2]
    [comments/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1
    [comments/(feed|rdf|rss|rss2|atom)/?$] => index.php?&feed=$matches[1]&withcomments=1
    [comments/embed/?$] => index.php?&embed=true
    [comments/wc/file/transient(/(.*))?/?$] => index.php?&wc/file/transient=$matches[2]
    [comments/wc-api(/(.*))?/?$] => index.php?&wc-api=$matches[2]
    [search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2]
    [search/(.+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?s=$matches[1]&feed=$matches[2]
    [search/(.+)/embed/?$] => index.php?s=$matches[1]&embed=true
    [search/(.+)/page/?([0-9]{1,})/?$] => index.php?s=$matches[1]&paged=$matches[2]
    [search/(.+)/wc/file/transient(/(.*))?/?$] => index.php?s=$matches[1]&wc/file/transient=$matches[3]
    [search/(.+)/wc-api(/(.*))?/?$] => index.php?s=$matches[1]&wc-api=$matches[3]
    [search/(.+)/?$] => index.php?s=$matches[1]
    [author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2]
    [author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?author_name=$matches[1]&feed=$matches[2]
    [author/([^/]+)/embed/?$] => index.php?author_name=$matches[1]&embed=true
    [author/([^/]+)/page/?([0-9]{1,})/?$] => index.php?author_name=$matches[1]&paged=$matches[2]
    [author/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?author_name=$matches[1]&wc/file/transient=$matches[3]
    [author/([^/]+)/wc-api(/(.*))?/?$] => index.php?author_name=$matches[1]&wc-api=$matches[3]
    [author/([^/]+)/?$] => index.php?author_name=$matches[1]
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]
    [([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]
    [([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
    [([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]
    [([0-9]{4})/([0-9]{1,2})/embed/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&embed=true
    [([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]
    [([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]
    [([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$] => index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]
    [([0-9]{4})/([0-9]{1,2})/?$] => index.php?year=$matches[1]&monthnum=$matches[2]
    [([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2]
    [([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$] => index.php?year=$matches[1]&feed=$matches[2]
    [([0-9]{4})/embed/?$] => index.php?year=$matches[1]&embed=true
    [([0-9]{4})/page/?([0-9]{1,})/?$] => index.php?year=$matches[1]&paged=$matches[2]
    [([0-9]{4})/wc/file/transient(/(.*))?/?$] => index.php?year=$matches[1]&wc/file/transient=$matches[3]
    [([0-9]{4})/wc-api(/(.*))?/?$] => index.php?year=$matches[1]&wc-api=$matches[3]
    [([0-9]{4})/?$] => index.php?year=$matches[1]
    [.?.+?/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [.?.+?/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [.?.+?/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [(.?.+?)/embed/?$] => index.php?pagename=$matches[1]&embed=true
    [(.?.+?)/trackback/?$] => index.php?pagename=$matches[1]&tb=1
    [(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
    [(.?.+?)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pagename=$matches[1]&feed=$matches[2]
    [(.?.+?)/page/?([0-9]{1,})/?$] => index.php?pagename=$matches[1]&paged=$matches[2]
    [(.?.+?)/comment-page-([0-9]{1,})/?$] => index.php?pagename=$matches[1]&cpage=$matches[2]
    [(.?.+?)/wc/file/transient(/(.*))?/?$] => index.php?pagename=$matches[1]&wc/file/transient=$matches[3]
    [(.?.+?)/wc-api(/(.*))?/?$] => index.php?pagename=$matches[1]&wc-api=$matches[3]
    [(.?.+?)/order-pay(/(.*))?/?$] => index.php?pagename=$matches[1]&order-pay=$matches[3]
    [(.?.+?)/order-received(/(.*))?/?$] => index.php?pagename=$matches[1]&order-received=$matches[3]
    [(.?.+?)/orders(/(.*))?/?$] => index.php?pagename=$matches[1]&orders=$matches[3]
    [(.?.+?)/view-order(/(.*))?/?$] => index.php?pagename=$matches[1]&view-order=$matches[3]
    [(.?.+?)/downloads(/(.*))?/?$] => index.php?pagename=$matches[1]&downloads=$matches[3]
    [(.?.+?)/edit-account(/(.*))?/?$] => index.php?pagename=$matches[1]&edit-account=$matches[3]
    [(.?.+?)/edit-address(/(.*))?/?$] => index.php?pagename=$matches[1]&edit-address=$matches[3]
    [(.?.+?)/payment-methods(/(.*))?/?$] => index.php?pagename=$matches[1]&payment-methods=$matches[3]
    [(.?.+?)/lost-password(/(.*))?/?$] => index.php?pagename=$matches[1]&lost-password=$matches[3]
    [(.?.+?)/customer-logout(/(.*))?/?$] => index.php?pagename=$matches[1]&customer-logout=$matches[3]
    [(.?.+?)/add-payment-method(/(.*))?/?$] => index.php?pagename=$matches[1]&add-payment-method=$matches[3]
    [(.?.+?)/delete-payment-method(/(.*))?/?$] => index.php?pagename=$matches[1]&delete-payment-method=$matches[3]
    [(.?.+?)/set-default-payment-method(/(.*))?/?$] => index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]
    [(.?.+?)/wishlist(/(.*))?/?$] => index.php?pagename=$matches[1]&wishlist=$matches[3]
    [.?.+?/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [.?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [.?.+?/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [.?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [(.?.+?)(?:/([0-9]+))?/?$] => index.php?pagename=$matches[1]&page=$matches[2]
    [[^/]+/attachment/([^/]+)/?$] => index.php?attachment=$matches[1]
    [[^/]+/attachment/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [[^/]+/attachment/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
    [([^/]+)/embed/?$] => index.php?name=$matches[1]&embed=true
    [([^/]+)/trackback/?$] => index.php?name=$matches[1]&tb=1
    [([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$matches[1]&feed=$matches[2]
    [([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?name=$matches[1]&feed=$matches[2]
    [([^/]+)/page/?([0-9]{1,})/?$] => index.php?name=$matches[1]&paged=$matches[2]
    [([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?name=$matches[1]&cpage=$matches[2]
    [([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?name=$matches[1]&wc/file/transient=$matches[3]
    [([^/]+)/wc-api(/(.*))?/?$] => index.php?name=$matches[1]&wc-api=$matches[3]
    [[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$] => index.php?attachment=$matches[1]&wc/file/transient=$matches[3]
    [[^/]+/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$] => index.php?attachment=$matches[1]&wc-api=$matches[3]
    [([^/]+)(?:/([0-9]+))?/?$] => index.php?name=$matches[1]&page=$matches[2]
    [[^/]+/([^/]+)/?$] => index.php?attachment=$matches[1]
    [[^/]+/([^/]+)/trackback/?$] => index.php?attachment=$matches[1]&tb=1
    [[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?attachment=$matches[1]&feed=$matches[2]
    [[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$] => index.php?attachment=$matches[1]&cpage=$matches[2]
    [[^/]+/([^/]+)/embed/?$] => index.php?attachment=$matches[1]&embed=true
)