rewrite rules
array (
'^point-of-sale/([^/]+)/([^/]+)/?$' => 'index.php?page=wc-pos-registers&action=view&outlet=$matches[1]®ister=$matches[2]',
'^point-of-sale/sw/?$' => 'wp-content/plugins/woocommerce-point-of-sale/assets/service-worker.js',
'^wprus/token/?$' => 'index.php?__wprus_api=1&action=token',
'^wprus/login/?$' => 'index.php?__wprus_api=1&action=login',
'^wprus/logout/?$' => 'index.php?__wprus_api=1&action=logout',
'^wprus/create/?$' => 'index.php?__wprus_api=1&action=create',
'^wprus/update/?$' => 'index.php?__wprus_api=1&action=update',
'^wprus/delete/?$' => 'index.php?__wprus_api=1&action=delete',
'^wprus/password/?$' => 'index.php?__wprus_api=1&action=password',
'^wprus/role/?$' => 'index.php?__wprus_api=1&action=role',
'^wprus/meta/?$' => 'index.php?__wprus_api=1&action=meta',
'^wprus_download' => 'index.php?wprus_download=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]',
'courses/?$' => 'index.php?post_type=course',
'courses/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=course&feed=$matches[1]',
'courses/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=course&feed=$matches[1]',
'courses/page/([0-9]{1,})/?$' => 'index.php?post_type=course&paged=$matches[1]',
'memberships/?$' => 'index.php?post_type=llms_membership',
'memberships/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=llms_membership&feed=$matches[1]',
'memberships/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=llms_membership&feed=$matches[1]',
'memberships/page/([0-9]{1,})/?$' => 'index.php?post_type=llms_membership&paged=$matches[1]',
'resource-library/?$' => 'index.php?post_type=mere_resource',
'resource-library/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=mere_resource&feed=$matches[1]',
'resource-library/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=mere_resource&feed=$matches[1]',
'resource-library/page/([0-9]{1,})/?$' => 'index.php?post_type=mere_resource&paged=$matches[1]',
'store/?$' => 'index.php?post_type=product',
'store/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=product&feed=$matches[1]',
'store/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=product&feed=$matches[1]',
'store/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]',
'training-centers/?$' => 'index.php?post_type=training-centers',
'training-centers/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=training-centers&feed=$matches[1]',
'training-centers/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?post_type=training-centers&feed=$matches[1]',
'training-centers/page/([0-9]{1,})/?$' => 'index.php?post_type=training-centers&paged=$matches[1]',
'(.?.+?)/my-courses/page/?([0-9]{1,})/?$' => 'index.php?pagename=$matches[1]&view-courses=$matches[3]&paged=$matches[2]',
'(.?.+?)/my-grades/page/?([0-9]{1,})/?$' => 'index.php?pagename=$matches[1]&my-grades=$matches[3]&paged=$matches[2]',
'(.?.+?)//page/?([0-9]{1,})/?$' => 'index.php?pagename=$matches[1]¬ifications=$matches[3]&paged=$matches[2]',
'(.?.+?)/my-certificates/page/?([0-9]{1,})/?$' => 'index.php?pagename=$matches[1]&view-certificates=$matches[3]&paged=$matches[2]',
'^checkout-link$' => 'index.php?checkout-link=true',
'^sitemaps.xml$' => 'index.php?seopress_sitemap=1',
'^sitemaps_xsl.xsl$' => 'index.php?seopress_sitemap_xsl=1',
'sitemaps/([^/]+?)-sitemap([0-9]+)?\\.xml$' => 'index.php?seopress_cpt=$matches[1]&seopress_paged=$matches[2]',
'^resource-library/topic-index/([^/]+)/?$' => 'index.php?taxonomy=mere_resource_topic&term=$matches[1]',
'^resource-library/scripture-index/([^/]+)/?$' => 'index.php?taxonomy=mere_resource_scripture&term=$matches[1]',
'^resource-library/languages-index/([^/]+)/?$' => 'index.php?taxonomy=mere_resource_languages&term=$matches[1]',
'^resource-library/media-format/([^/]+)/?$' => 'index.php?taxonomy=mere_media_type&term=$matches[1]',
'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]',
'download/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'download/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'download/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'download/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'download/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'download/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'download/([^/]+)/embed/?$' => 'index.php?wpdmpro=$matches[1]&embed=true',
'download/([^/]+)/trackback/?$' => 'index.php?wpdmpro=$matches[1]&tb=1',
'download/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?wpdmpro=$matches[1]&paged=$matches[2]',
'download/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?wpdmpro=$matches[1]&cpage=$matches[2]',
'download/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?wpdmpro=$matches[1]&wc/file/transient=$matches[3]',
'download/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?wpdmpro=$matches[1]&wc-api=$matches[3]',
'download/([^/]+)/print(/(.*))?/?$' => 'index.php?wpdmpro=$matches[1]&print=$matches[3]',
'download/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'download/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'download/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'download/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'download/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?wpdmpro=$matches[1]&page=$matches[2]',
'download/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'download/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'download/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'download/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'download/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'download/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'download-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?wpdmcategory=$matches[1]&feed=$matches[2]',
'download-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?wpdmcategory=$matches[1]&feed=$matches[2]',
'download-category/([^/]+)/embed/?$' => 'index.php?wpdmcategory=$matches[1]&embed=true',
'download-category/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?wpdmcategory=$matches[1]&paged=$matches[2]',
'download-category/([^/]+)/?$' => 'index.php?wpdmcategory=$matches[1]',
'document-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?wpdmtag=$matches[1]&feed=$matches[2]',
'document-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?wpdmtag=$matches[1]&feed=$matches[2]',
'document-tag/([^/]+)/embed/?$' => 'index.php?wpdmtag=$matches[1]&embed=true',
'document-tag/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?wpdmtag=$matches[1]&paged=$matches[2]',
'document-tag/([^/]+)/?$' => 'index.php?wpdmtag=$matches[1]',
'course/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'course/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'course/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'course/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'course/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'course/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'course/([^/]+)/embed/?$' => 'index.php?course=$matches[1]&embed=true',
'course/([^/]+)/trackback/?$' => 'index.php?course=$matches[1]&tb=1',
'course/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?course=$matches[1]&feed=$matches[2]',
'course/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?course=$matches[1]&feed=$matches[2]',
'course/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?course=$matches[1]&paged=$matches[2]',
'course/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?course=$matches[1]&cpage=$matches[2]',
'course/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?course=$matches[1]&wc/file/transient=$matches[3]',
'course/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?course=$matches[1]&wc-api=$matches[3]',
'course/([^/]+)/print(/(.*))?/?$' => 'index.php?course=$matches[1]&print=$matches[3]',
'course/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'course/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'course/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'course/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'course/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?course=$matches[1]&page=$matches[2]',
'course/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'course/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'course/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'course/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'course/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'course/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'lesson/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'lesson/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'lesson/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'lesson/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'lesson/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'lesson/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'lesson/([^/]+)/embed/?$' => 'index.php?lesson=$matches[1]&embed=true',
'lesson/([^/]+)/trackback/?$' => 'index.php?lesson=$matches[1]&tb=1',
'lesson/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?lesson=$matches[1]&paged=$matches[2]',
'lesson/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?lesson=$matches[1]&cpage=$matches[2]',
'lesson/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?lesson=$matches[1]&wc/file/transient=$matches[3]',
'lesson/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?lesson=$matches[1]&wc-api=$matches[3]',
'lesson/([^/]+)/print(/(.*))?/?$' => 'index.php?lesson=$matches[1]&print=$matches[3]',
'lesson/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'lesson/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'lesson/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'lesson/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'lesson/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?lesson=$matches[1]&page=$matches[2]',
'lesson/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'lesson/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'lesson/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'lesson/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'lesson/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'lesson/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'quiz/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'quiz/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'quiz/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'quiz/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'quiz/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'quiz/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'quiz/([^/]+)/embed/?$' => 'index.php?llms_quiz=$matches[1]&embed=true',
'quiz/([^/]+)/trackback/?$' => 'index.php?llms_quiz=$matches[1]&tb=1',
'quiz/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?llms_quiz=$matches[1]&paged=$matches[2]',
'quiz/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?llms_quiz=$matches[1]&cpage=$matches[2]',
'quiz/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?llms_quiz=$matches[1]&wc/file/transient=$matches[3]',
'quiz/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?llms_quiz=$matches[1]&wc-api=$matches[3]',
'quiz/([^/]+)/print(/(.*))?/?$' => 'index.php?llms_quiz=$matches[1]&print=$matches[3]',
'quiz/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'quiz/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'quiz/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'quiz/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'quiz/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?llms_quiz=$matches[1]&page=$matches[2]',
'quiz/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'quiz/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'quiz/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'quiz/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'quiz/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'quiz/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'membership/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'membership/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'membership/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'membership/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'membership/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'membership/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'membership/([^/]+)/embed/?$' => 'index.php?llms_membership=$matches[1]&embed=true',
'membership/([^/]+)/trackback/?$' => 'index.php?llms_membership=$matches[1]&tb=1',
'membership/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?llms_membership=$matches[1]&feed=$matches[2]',
'membership/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?llms_membership=$matches[1]&feed=$matches[2]',
'membership/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?llms_membership=$matches[1]&paged=$matches[2]',
'membership/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?llms_membership=$matches[1]&cpage=$matches[2]',
'membership/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?llms_membership=$matches[1]&wc/file/transient=$matches[3]',
'membership/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?llms_membership=$matches[1]&wc-api=$matches[3]',
'membership/([^/]+)/print(/(.*))?/?$' => 'index.php?llms_membership=$matches[1]&print=$matches[3]',
'membership/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'membership/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'membership/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'membership/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'membership/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?llms_membership=$matches[1]&page=$matches[2]',
'membership/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'membership/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'membership/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'membership/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'membership/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'membership/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'certificate-template/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'certificate-template/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'certificate-template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'certificate-template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'certificate-template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'certificate-template/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'certificate-template/([^/]+)/embed/?$' => 'index.php?llms_certificate=$matches[1]&embed=true',
'certificate-template/([^/]+)/trackback/?$' => 'index.php?llms_certificate=$matches[1]&tb=1',
'certificate-template/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?llms_certificate=$matches[1]&paged=$matches[2]',
'certificate-template/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?llms_certificate=$matches[1]&cpage=$matches[2]',
'certificate-template/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?llms_certificate=$matches[1]&wc/file/transient=$matches[3]',
'certificate-template/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?llms_certificate=$matches[1]&wc-api=$matches[3]',
'certificate-template/([^/]+)/print(/(.*))?/?$' => 'index.php?llms_certificate=$matches[1]&print=$matches[3]',
'certificate-template/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'certificate-template/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'certificate-template/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'certificate-template/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'certificate-template/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?llms_certificate=$matches[1]&page=$matches[2]',
'certificate-template/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'certificate-template/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'certificate-template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'certificate-template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'certificate-template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'certificate-template/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'certificate/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'certificate/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'certificate/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'certificate/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'certificate/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'certificate/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'certificate/([^/]+)/embed/?$' => 'index.php?llms_my_certificate=$matches[1]&embed=true',
'certificate/([^/]+)/trackback/?$' => 'index.php?llms_my_certificate=$matches[1]&tb=1',
'certificate/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?llms_my_certificate=$matches[1]&paged=$matches[2]',
'certificate/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?llms_my_certificate=$matches[1]&cpage=$matches[2]',
'certificate/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?llms_my_certificate=$matches[1]&wc/file/transient=$matches[3]',
'certificate/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?llms_my_certificate=$matches[1]&wc-api=$matches[3]',
'certificate/([^/]+)/print(/(.*))?/?$' => 'index.php?llms_my_certificate=$matches[1]&print=$matches[3]',
'certificate/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'certificate/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'certificate/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'certificate/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'certificate/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?llms_my_certificate=$matches[1]&page=$matches[2]',
'certificate/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'certificate/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'certificate/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'certificate/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'certificate/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'certificate/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'course-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?course_cat=$matches[1]&feed=$matches[2]',
'course-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?course_cat=$matches[1]&feed=$matches[2]',
'course-category/(.+?)/embed/?$' => 'index.php?course_cat=$matches[1]&embed=true',
'course-category/(.+?)/page/?([0-9]{1,})/?$' => 'index.php?course_cat=$matches[1]&paged=$matches[2]',
'course-category/(.+?)/?$' => 'index.php?course_cat=$matches[1]',
'course-difficulty/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?course_difficulty=$matches[1]&feed=$matches[2]',
'course-difficulty/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?course_difficulty=$matches[1]&feed=$matches[2]',
'course-difficulty/([^/]+)/embed/?$' => 'index.php?course_difficulty=$matches[1]&embed=true',
'course-difficulty/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?course_difficulty=$matches[1]&paged=$matches[2]',
'course-difficulty/([^/]+)/?$' => 'index.php?course_difficulty=$matches[1]',
'course-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?course_tag=$matches[1]&feed=$matches[2]',
'course-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?course_tag=$matches[1]&feed=$matches[2]',
'course-tag/([^/]+)/embed/?$' => 'index.php?course_tag=$matches[1]&embed=true',
'course-tag/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?course_tag=$matches[1]&paged=$matches[2]',
'course-tag/([^/]+)/?$' => 'index.php?course_tag=$matches[1]',
'course-track/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?course_track=$matches[1]&feed=$matches[2]',
'course-track/(.+?)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?course_track=$matches[1]&feed=$matches[2]',
'course-track/(.+?)/embed/?$' => 'index.php?course_track=$matches[1]&embed=true',
'course-track/(.+?)/page/?([0-9]{1,})/?$' => 'index.php?course_track=$matches[1]&paged=$matches[2]',
'course-track/(.+?)/?$' => 'index.php?course_track=$matches[1]',
'membership-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?membership_cat=$matches[1]&feed=$matches[2]',
'membership-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?membership_cat=$matches[1]&feed=$matches[2]',
'membership-category/(.+?)/embed/?$' => 'index.php?membership_cat=$matches[1]&embed=true',
'membership-category/(.+?)/page/?([0-9]{1,})/?$' => 'index.php?membership_cat=$matches[1]&paged=$matches[2]',
'membership-category/(.+?)/?$' => 'index.php?membership_cat=$matches[1]',
'membership-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?membership_tag=$matches[1]&feed=$matches[2]',
'membership-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?membership_tag=$matches[1]&feed=$matches[2]',
'membership-tag/([^/]+)/embed/?$' => 'index.php?membership_tag=$matches[1]&embed=true',
'membership-tag/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?membership_tag=$matches[1]&paged=$matches[2]',
'membership-tag/([^/]+)/?$' => 'index.php?membership_tag=$matches[1]',
'resource-library/[^/]+/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'resource-library/[^/]+/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'resource-library/[^/]+/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'resource-library/[^/]+/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'resource-library/[^/]+/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'resource-library/[^/]+/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'resource-library/([^/]+)/([^/]+)/embed/?$' => 'index.php?mere_resource_type=$matches[1]&mere_resource=$matches[2]&embed=true',
'resource-library/([^/]+)/([^/]+)/trackback/?$' => 'index.php?mere_resource_type=$matches[1]&mere_resource=$matches[2]&tb=1',
'resource-library/([^/]+)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_type=$matches[1]&mere_resource=$matches[2]&feed=$matches[3]',
'resource-library/([^/]+)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_type=$matches[1]&mere_resource=$matches[2]&feed=$matches[3]',
'resource-library/([^/]+)/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?mere_resource_type=$matches[1]&mere_resource=$matches[2]&paged=$matches[3]',
'resource-library/([^/]+)/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?mere_resource_type=$matches[1]&mere_resource=$matches[2]&cpage=$matches[3]',
'resource-library/([^/]+)/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?mere_resource_type=$matches[1]&mere_resource=$matches[2]&wc/file/transient=$matches[4]',
'resource-library/([^/]+)/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?mere_resource_type=$matches[1]&mere_resource=$matches[2]&wc-api=$matches[4]',
'resource-library/([^/]+)/([^/]+)/print(/(.*))?/?$' => 'index.php?mere_resource_type=$matches[1]&mere_resource=$matches[2]&print=$matches[4]',
'resource-library/[^/]+/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'resource-library/[^/]+/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'resource-library/[^/]+/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'resource-library/[^/]+/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'resource-library/([^/]+)/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?mere_resource_type=$matches[1]&mere_resource=$matches[2]&page=$matches[3]',
'resource-library/[^/]+/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'resource-library/[^/]+/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'resource-library/[^/]+/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'resource-library/[^/]+/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'resource-library/[^/]+/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'resource-library/[^/]+/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'resource-library/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_type=$matches[1]&feed=$matches[2]',
'resource-library/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_type=$matches[1]&feed=$matches[2]',
'resource-library/([^/]+)/embed/?$' => 'index.php?mere_resource_type=$matches[1]&embed=true',
'resource-library/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?mere_resource_type=$matches[1]&paged=$matches[2]',
'resource-library/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?mere_resource_type=$matches[1]&cpage=$matches[2]',
'resource-library/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?mere_resource_type=$matches[1]&wc/file/transient=$matches[3]',
'resource-library/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?mere_resource_type=$matches[1]&wc-api=$matches[3]',
'resource-library/([^/]+)/print(/(.*))?/?$' => 'index.php?mere_resource_type=$matches[1]&print=$matches[3]',
'resource-library/([^/]+)/?$' => 'index.php?mere_resource_type=$matches[1]',
'resource-library/scripture-index/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_scripture=$matches[1]&feed=$matches[2]',
'resource-library/scripture-index/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_scripture=$matches[1]&feed=$matches[2]',
'resource-library/scripture-index/([^/]+)/embed/?$' => 'index.php?mere_resource_scripture=$matches[1]&embed=true',
'resource-library/scripture-index/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?mere_resource_scripture=$matches[1]&paged=$matches[2]',
'resource-library/scripture-index/([^/]+)/?$' => 'index.php?mere_resource_scripture=$matches[1]',
'resource-library/media-format/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_media_type=$matches[1]&feed=$matches[2]',
'resource-library/media-format/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_media_type=$matches[1]&feed=$matches[2]',
'resource-library/media-format/([^/]+)/embed/?$' => 'index.php?mere_media_type=$matches[1]&embed=true',
'resource-library/media-format/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?mere_media_type=$matches[1]&paged=$matches[2]',
'resource-library/media-format/([^/]+)/?$' => 'index.php?mere_media_type=$matches[1]',
'resource-library/topic-index/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_topic=$matches[1]&feed=$matches[2]',
'resource-library/topic-index/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_topic=$matches[1]&feed=$matches[2]',
'resource-library/topic-index/([^/]+)/embed/?$' => 'index.php?mere_resource_topic=$matches[1]&embed=true',
'resource-library/topic-index/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?mere_resource_topic=$matches[1]&paged=$matches[2]',
'resource-library/topic-index/([^/]+)/?$' => 'index.php?mere_resource_topic=$matches[1]',
'resource-library/events-index/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_event=$matches[1]&feed=$matches[2]',
'resource-library/events-index/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_event=$matches[1]&feed=$matches[2]',
'resource-library/events-index/([^/]+)/embed/?$' => 'index.php?mere_resource_event=$matches[1]&embed=true',
'resource-library/events-index/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?mere_resource_event=$matches[1]&paged=$matches[2]',
'resource-library/events-index/([^/]+)/?$' => 'index.php?mere_resource_event=$matches[1]',
'resource-library/series-index/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_series=$matches[1]&feed=$matches[2]',
'resource-library/series-index/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_series=$matches[1]&feed=$matches[2]',
'resource-library/series-index/([^/]+)/embed/?$' => 'index.php?mere_resource_series=$matches[1]&embed=true',
'resource-library/series-index/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?mere_resource_series=$matches[1]&paged=$matches[2]',
'resource-library/series-index/([^/]+)/?$' => 'index.php?mere_resource_series=$matches[1]',
'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]',
'language/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?pa_language=$matches[1]&feed=$matches[2]',
'language/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?pa_language=$matches[1]&feed=$matches[2]',
'language/([^/]+)/embed/?$' => 'index.php?pa_language=$matches[1]&embed=true',
'language/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?pa_language=$matches[1]&paged=$matches[2]',
'language/([^/]+)/?$' => 'index.php?pa_language=$matches[1]',
'topics/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?pa_topics=$matches[1]&feed=$matches[2]',
'topics/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?pa_topics=$matches[1]&feed=$matches[2]',
'topics/([^/]+)/embed/?$' => 'index.php?pa_topics=$matches[1]&embed=true',
'topics/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?pa_topics=$matches[1]&paged=$matches[2]',
'topics/([^/]+)/?$' => 'index.php?pa_topics=$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/([^/]+)/print(/(.*))?/?$' => 'index.php?product=$matches[1]&print=$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',
'pos_register/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_register/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_register/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_register/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_register/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_register/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_register/([^/]+)/embed/?$' => 'index.php?pos_register=$matches[1]&embed=true',
'pos_register/([^/]+)/trackback/?$' => 'index.php?pos_register=$matches[1]&tb=1',
'pos_register/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?pos_register=$matches[1]&paged=$matches[2]',
'pos_register/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?pos_register=$matches[1]&cpage=$matches[2]',
'pos_register/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?pos_register=$matches[1]&wc/file/transient=$matches[3]',
'pos_register/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?pos_register=$matches[1]&wc-api=$matches[3]',
'pos_register/([^/]+)/print(/(.*))?/?$' => 'index.php?pos_register=$matches[1]&print=$matches[3]',
'pos_register/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_register/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_register/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_register/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_register/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?pos_register=$matches[1]&page=$matches[2]',
'pos_register/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_register/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_register/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_register/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_register/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_register/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_outlet/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_outlet/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_outlet/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_outlet/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_outlet/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_outlet/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_outlet/([^/]+)/embed/?$' => 'index.php?pos_outlet=$matches[1]&embed=true',
'pos_outlet/([^/]+)/trackback/?$' => 'index.php?pos_outlet=$matches[1]&tb=1',
'pos_outlet/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?pos_outlet=$matches[1]&paged=$matches[2]',
'pos_outlet/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?pos_outlet=$matches[1]&cpage=$matches[2]',
'pos_outlet/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?pos_outlet=$matches[1]&wc/file/transient=$matches[3]',
'pos_outlet/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?pos_outlet=$matches[1]&wc-api=$matches[3]',
'pos_outlet/([^/]+)/print(/(.*))?/?$' => 'index.php?pos_outlet=$matches[1]&print=$matches[3]',
'pos_outlet/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_outlet/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_outlet/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_outlet/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_outlet/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?pos_outlet=$matches[1]&page=$matches[2]',
'pos_outlet/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_outlet/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_outlet/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_outlet/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_outlet/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_outlet/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_grid/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_grid/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_grid/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_grid/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_grid/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_grid/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_grid/([^/]+)/embed/?$' => 'index.php?pos_grid=$matches[1]&embed=true',
'pos_grid/([^/]+)/trackback/?$' => 'index.php?pos_grid=$matches[1]&tb=1',
'pos_grid/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?pos_grid=$matches[1]&paged=$matches[2]',
'pos_grid/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?pos_grid=$matches[1]&cpage=$matches[2]',
'pos_grid/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?pos_grid=$matches[1]&wc/file/transient=$matches[3]',
'pos_grid/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?pos_grid=$matches[1]&wc-api=$matches[3]',
'pos_grid/([^/]+)/print(/(.*))?/?$' => 'index.php?pos_grid=$matches[1]&print=$matches[3]',
'pos_grid/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_grid/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_grid/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_grid/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_grid/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?pos_grid=$matches[1]&page=$matches[2]',
'pos_grid/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_grid/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_grid/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_grid/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_grid/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_grid/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_receipt/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_receipt/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_receipt/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_receipt/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_receipt/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_receipt/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_receipt/([^/]+)/embed/?$' => 'index.php?pos_receipt=$matches[1]&embed=true',
'pos_receipt/([^/]+)/trackback/?$' => 'index.php?pos_receipt=$matches[1]&tb=1',
'pos_receipt/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?pos_receipt=$matches[1]&paged=$matches[2]',
'pos_receipt/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?pos_receipt=$matches[1]&cpage=$matches[2]',
'pos_receipt/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?pos_receipt=$matches[1]&wc/file/transient=$matches[3]',
'pos_receipt/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?pos_receipt=$matches[1]&wc-api=$matches[3]',
'pos_receipt/([^/]+)/print(/(.*))?/?$' => 'index.php?pos_receipt=$matches[1]&print=$matches[3]',
'pos_receipt/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_receipt/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_receipt/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_receipt/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_receipt/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?pos_receipt=$matches[1]&page=$matches[2]',
'pos_receipt/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_receipt/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_receipt/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_receipt/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_receipt/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_receipt/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_session/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_session/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_session/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_session/([^/]+)/embed/?$' => 'index.php?pos_session=$matches[1]&embed=true',
'pos_session/([^/]+)/trackback/?$' => 'index.php?pos_session=$matches[1]&tb=1',
'pos_session/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?pos_session=$matches[1]&paged=$matches[2]',
'pos_session/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?pos_session=$matches[1]&cpage=$matches[2]',
'pos_session/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?pos_session=$matches[1]&wc/file/transient=$matches[3]',
'pos_session/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?pos_session=$matches[1]&wc-api=$matches[3]',
'pos_session/([^/]+)/print(/(.*))?/?$' => 'index.php?pos_session=$matches[1]&print=$matches[3]',
'pos_session/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_session/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_session/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_session/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_session/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?pos_session=$matches[1]&page=$matches[2]',
'pos_session/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_session/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_session/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_temp_order/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_temp_order/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_temp_order/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_temp_order/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_temp_order/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_temp_order/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'pos_temp_order/([^/]+)/embed/?$' => 'index.php?pos_temp_order=$matches[1]&embed=true',
'pos_temp_order/([^/]+)/trackback/?$' => 'index.php?pos_temp_order=$matches[1]&tb=1',
'pos_temp_order/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?pos_temp_order=$matches[1]&paged=$matches[2]',
'pos_temp_order/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?pos_temp_order=$matches[1]&cpage=$matches[2]',
'pos_temp_order/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?pos_temp_order=$matches[1]&wc/file/transient=$matches[3]',
'pos_temp_order/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?pos_temp_order=$matches[1]&wc-api=$matches[3]',
'pos_temp_order/([^/]+)/print(/(.*))?/?$' => 'index.php?pos_temp_order=$matches[1]&print=$matches[3]',
'pos_temp_order/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_temp_order/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'pos_temp_order/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_temp_order/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'pos_temp_order/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?pos_temp_order=$matches[1]&page=$matches[2]',
'pos_temp_order/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'pos_temp_order/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'pos_temp_order/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_temp_order/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'pos_temp_order/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'pos_temp_order/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'feature_levels/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?feature_levels=$matches[1]&feed=$matches[2]',
'feature_levels/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?feature_levels=$matches[1]&feed=$matches[2]',
'feature_levels/([^/]+)/embed/?$' => 'index.php?feature_levels=$matches[1]&embed=true',
'feature_levels/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?feature_levels=$matches[1]&paged=$matches[2]',
'feature_levels/([^/]+)/?$' => 'index.php?feature_levels=$matches[1]',
'methods/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?methods=$matches[1]&feed=$matches[2]',
'methods/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?methods=$matches[1]&feed=$matches[2]',
'methods/([^/]+)/embed/?$' => 'index.php?methods=$matches[1]&embed=true',
'methods/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?methods=$matches[1]&paged=$matches[2]',
'methods/([^/]+)/?$' => 'index.php?methods=$matches[1]',
'languages/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?languages=$matches[1]&feed=$matches[2]',
'languages/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?languages=$matches[1]&feed=$matches[2]',
'languages/([^/]+)/embed/?$' => 'index.php?languages=$matches[1]&embed=true',
'languages/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?languages=$matches[1]&paged=$matches[2]',
'languages/([^/]+)/?$' => 'index.php?languages=$matches[1]',
'specializations/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?specializations=$matches[1]&feed=$matches[2]',
'specializations/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?specializations=$matches[1]&feed=$matches[2]',
'specializations/([^/]+)/embed/?$' => 'index.php?specializations=$matches[1]&embed=true',
'specializations/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?specializations=$matches[1]&paged=$matches[2]',
'specializations/([^/]+)/?$' => 'index.php?specializations=$matches[1]',
'resource-library/languages-index/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_languages=$matches[1]&feed=$matches[2]',
'resource-library/languages-index/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?mere_resource_languages=$matches[1]&feed=$matches[2]',
'resource-library/languages-index/([^/]+)/embed/?$' => 'index.php?mere_resource_languages=$matches[1]&embed=true',
'resource-library/languages-index/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?mere_resource_languages=$matches[1]&paged=$matches[2]',
'resource-library/languages-index/([^/]+)/?$' => 'index.php?mere_resource_languages=$matches[1]',
'training_event_types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?training_event_types=$matches[1]&feed=$matches[2]',
'training_event_types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?training_event_types=$matches[1]&feed=$matches[2]',
'training_event_types/([^/]+)/embed/?$' => 'index.php?training_event_types=$matches[1]&embed=true',
'training_event_types/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?training_event_types=$matches[1]&paged=$matches[2]',
'training_event_types/([^/]+)/?$' => 'index.php?training_event_types=$matches[1]',
'training_center_types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?training_center_types=$matches[1]&feed=$matches[2]',
'training_center_types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?training_center_types=$matches[1]&feed=$matches[2]',
'training_center_types/([^/]+)/embed/?$' => 'index.php?training_center_types=$matches[1]&embed=true',
'training_center_types/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?training_center_types=$matches[1]&paged=$matches[2]',
'training_center_types/([^/]+)/?$' => 'index.php?training_center_types=$matches[1]',
'staff_members/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'staff_members/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'staff_members/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'staff_members/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'staff_members/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'staff_members/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'staff_members/([^/]+)/embed/?$' => 'index.php?staff_members=$matches[1]&embed=true',
'staff_members/([^/]+)/trackback/?$' => 'index.php?staff_members=$matches[1]&tb=1',
'staff_members/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?staff_members=$matches[1]&paged=$matches[2]',
'staff_members/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?staff_members=$matches[1]&cpage=$matches[2]',
'staff_members/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?staff_members=$matches[1]&wc/file/transient=$matches[3]',
'staff_members/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?staff_members=$matches[1]&wc-api=$matches[3]',
'staff_members/([^/]+)/print(/(.*))?/?$' => 'index.php?staff_members=$matches[1]&print=$matches[3]',
'staff_members/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'staff_members/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'staff_members/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'staff_members/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'staff_members/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?staff_members=$matches[1]&page=$matches[2]',
'staff_members/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'staff_members/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'staff_members/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'staff_members/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'staff_members/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'staff_members/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'counselors/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'counselors/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'counselors/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'counselors/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'counselors/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'counselors/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'counselors/([^/]+)/embed/?$' => 'index.php?counselors=$matches[1]&embed=true',
'counselors/([^/]+)/trackback/?$' => 'index.php?counselors=$matches[1]&tb=1',
'counselors/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?counselors=$matches[1]&paged=$matches[2]',
'counselors/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?counselors=$matches[1]&cpage=$matches[2]',
'counselors/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?counselors=$matches[1]&wc/file/transient=$matches[3]',
'counselors/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?counselors=$matches[1]&wc-api=$matches[3]',
'counselors/([^/]+)/print(/(.*))?/?$' => 'index.php?counselors=$matches[1]&print=$matches[3]',
'counselors/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'counselors/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'counselors/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'counselors/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'counselors/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?counselors=$matches[1]&page=$matches[2]',
'counselors/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'counselors/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'counselors/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'counselors/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'counselors/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'counselors/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'training-centers/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'training-centers/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'training-centers/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'training-centers/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'training-centers/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'training-centers/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'training-centers/([^/]+)/embed/?$' => 'index.php?training-centers=$matches[1]&embed=true',
'training-centers/([^/]+)/trackback/?$' => 'index.php?training-centers=$matches[1]&tb=1',
'training-centers/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?training-centers=$matches[1]&feed=$matches[2]',
'training-centers/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?training-centers=$matches[1]&feed=$matches[2]',
'training-centers/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?training-centers=$matches[1]&paged=$matches[2]',
'training-centers/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?training-centers=$matches[1]&cpage=$matches[2]',
'training-centers/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?training-centers=$matches[1]&wc/file/transient=$matches[3]',
'training-centers/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?training-centers=$matches[1]&wc-api=$matches[3]',
'training-centers/([^/]+)/print(/(.*))?/?$' => 'index.php?training-centers=$matches[1]&print=$matches[3]',
'training-centers/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'training-centers/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'training-centers/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'training-centers/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'training-centers/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?training-centers=$matches[1]&page=$matches[2]',
'training-centers/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'training-centers/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'training-centers/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'training-centers/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'training-centers/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'training-centers/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'about/events/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'about/events/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'about/events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'about/events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'about/events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'about/events/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'about/events/([^/]+)/embed/?$' => 'index.php?event_pages=$matches[1]&embed=true',
'about/events/([^/]+)/trackback/?$' => 'index.php?event_pages=$matches[1]&tb=1',
'about/events/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?event_pages=$matches[1]&paged=$matches[2]',
'about/events/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?event_pages=$matches[1]&cpage=$matches[2]',
'about/events/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?event_pages=$matches[1]&wc/file/transient=$matches[3]',
'about/events/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?event_pages=$matches[1]&wc-api=$matches[3]',
'about/events/([^/]+)/print(/(.*))?/?$' => 'index.php?event_pages=$matches[1]&print=$matches[3]',
'about/events/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'about/events/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'about/events/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'about/events/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'about/events/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?event_pages=$matches[1]&page=$matches[2]',
'about/events/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'about/events/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'about/events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'about/events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'about/events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'about/events/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'training_events/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'training_events/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'training_events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'training_events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'training_events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'training_events/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'training_events/([^/]+)/embed/?$' => 'index.php?training_events=$matches[1]&embed=true',
'training_events/([^/]+)/trackback/?$' => 'index.php?training_events=$matches[1]&tb=1',
'training_events/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?training_events=$matches[1]&paged=$matches[2]',
'training_events/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?training_events=$matches[1]&cpage=$matches[2]',
'training_events/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?training_events=$matches[1]&wc/file/transient=$matches[3]',
'training_events/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?training_events=$matches[1]&wc-api=$matches[3]',
'training_events/([^/]+)/print(/(.*))?/?$' => 'index.php?training_events=$matches[1]&print=$matches[3]',
'training_events/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'training_events/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'training_events/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'training_events/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'training_events/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?training_events=$matches[1]&page=$matches[2]',
'training_events/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'training_events/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'training_events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'training_events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'training_events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'training_events/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'online_trainings/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'online_trainings/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'online_trainings/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'online_trainings/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'online_trainings/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'online_trainings/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'online_trainings/([^/]+)/embed/?$' => 'index.php?online_trainings=$matches[1]&embed=true',
'online_trainings/([^/]+)/trackback/?$' => 'index.php?online_trainings=$matches[1]&tb=1',
'online_trainings/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?online_trainings=$matches[1]&paged=$matches[2]',
'online_trainings/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?online_trainings=$matches[1]&cpage=$matches[2]',
'online_trainings/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?online_trainings=$matches[1]&wc/file/transient=$matches[3]',
'online_trainings/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?online_trainings=$matches[1]&wc-api=$matches[3]',
'online_trainings/([^/]+)/print(/(.*))?/?$' => 'index.php?online_trainings=$matches[1]&print=$matches[3]',
'online_trainings/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'online_trainings/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'online_trainings/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'online_trainings/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'online_trainings/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?online_trainings=$matches[1]&page=$matches[2]',
'online_trainings/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'online_trainings/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'online_trainings/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'online_trainings/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'online_trainings/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'online_trainings/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'multi_author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?multi_author=$matches[1]&feed=$matches[2]',
'multi_author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?multi_author=$matches[1]&feed=$matches[2]',
'multi_author/([^/]+)/embed/?$' => 'index.php?multi_author=$matches[1]&embed=true',
'multi_author/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?multi_author=$matches[1]&paged=$matches[2]',
'multi_author/([^/]+)/?$' => 'index.php?multi_author=$matches[1]',
'ig_campaign/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'ig_campaign/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'ig_campaign/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'ig_campaign/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'ig_campaign/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'ig_campaign/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'ig_campaign/([^/]+)/embed/?$' => 'index.php?ig_campaign=$matches[1]&embed=true',
'ig_campaign/([^/]+)/trackback/?$' => 'index.php?ig_campaign=$matches[1]&tb=1',
'ig_campaign/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?ig_campaign=$matches[1]&paged=$matches[2]',
'ig_campaign/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?ig_campaign=$matches[1]&cpage=$matches[2]',
'ig_campaign/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?ig_campaign=$matches[1]&wc/file/transient=$matches[3]',
'ig_campaign/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?ig_campaign=$matches[1]&wc-api=$matches[3]',
'ig_campaign/([^/]+)/print(/(.*))?/?$' => 'index.php?ig_campaign=$matches[1]&print=$matches[3]',
'ig_campaign/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'ig_campaign/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'ig_campaign/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'ig_campaign/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'ig_campaign/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?ig_campaign=$matches[1]&page=$matches[2]',
'ig_campaign/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'ig_campaign/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'ig_campaign/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'ig_campaign/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'ig_campaign/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'ig_campaign/[^/]+/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'ig_message/[^/]+/attachment/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'ig_message/[^/]+/attachment/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'ig_message/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'ig_message/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'ig_message/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'ig_message/[^/]+/attachment/([^/]+)/embed/?$' => 'index.php?attachment=$matches[1]&embed=true',
'ig_message/([^/]+)/embed/?$' => 'index.php?ig_message=$matches[1]&embed=true',
'ig_message/([^/]+)/trackback/?$' => 'index.php?ig_message=$matches[1]&tb=1',
'ig_message/([^/]+)/page/?([0-9]{1,})/?$' => 'index.php?ig_message=$matches[1]&paged=$matches[2]',
'ig_message/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?ig_message=$matches[1]&cpage=$matches[2]',
'ig_message/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?ig_message=$matches[1]&wc/file/transient=$matches[3]',
'ig_message/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?ig_message=$matches[1]&wc-api=$matches[3]',
'ig_message/([^/]+)/print(/(.*))?/?$' => 'index.php?ig_message=$matches[1]&print=$matches[3]',
'ig_message/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'ig_message/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc/file/transient=$matches[3]',
'ig_message/[^/]+/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'ig_message/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$' => 'index.php?attachment=$matches[1]&wc-api=$matches[3]',
'ig_message/([^/]+)(?:/([0-9]+))?/?$' => 'index.php?ig_message=$matches[1]&page=$matches[2]',
'ig_message/[^/]+/([^/]+)/?$' => 'index.php?attachment=$matches[1]',
'ig_message/[^/]+/([^/]+)/trackback/?$' => 'index.php?attachment=$matches[1]&tb=1',
'ig_message/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'ig_message/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]',
'ig_message/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' => 'index.php?attachment=$matches[1]&cpage=$matches[2]',
'ig_message/[^/]+/([^/]+)/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-signup.php$' => 'index.php?signup=true',
'.*wp-activate.php$' => 'index.php?activate=true',
'.*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=13&cpage=$matches[1]',
'wc/file/transient(/(.*))?/?$' => 'index.php?&wc/file/transient=$matches[2]',
'wc-api(/(.*))?/?$' => 'index.php?&wc-api=$matches[2]',
'my-courses(/(.*))?/?$' => 'index.php?&my-courses=$matches[2]',
'my-certificates(/(.*))?/?$' => 'index.php?&my-certificates=$matches[2]',
'point-of-sale(/(.*))?/?$' => 'index.php?&point-of-sale=$matches[2]',
'pre-orders(/(.*))?/?$' => 'index.php?&pre-orders=$matches[2]',
'account-wishlists(/(.*))?/?$' => 'index.php?&account-wishlists=$matches[2]',
'flexible-checkout-fields(/(.*))?/?$' => 'index.php?&flexible-checkout-fields=$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]',
'(.?.+?)/communication-preferences(/(.*))?/?$' => 'index.php?pagename=$matches[1]&communication-preferences=$matches[3]',
'(.?.+?)/wc/file/transient(/(.*))?/?$' => 'index.php?pagename=$matches[1]&wc/file/transient=$matches[3]',
'(.?.+?)/wc-api(/(.*))?/?$' => 'index.php?pagename=$matches[1]&wc-api=$matches[3]',
'(.?.+?)/confirm-payment(/(.*))?/?$' => 'index.php?pagename=$matches[1]&confirm-payment=$matches[3]',
'(.?.+?)/lost-password(/(.*))?/?$' => 'index.php?pagename=$matches[1]&lost-password=$matches[3]',
'(.?.+?)/my-courses(/(.*))?/?$' => 'index.php?pagename=$matches[1]&my-courses=$matches[3]',
'(.?.+?)/my-grades(/(.*))?/?$' => 'index.php?pagename=$matches[1]&my-grades=$matches[3]',
'(.?.+?)/my-certificates(/(.*))?/?$' => 'index.php?pagename=$matches[1]&my-certificates=$matches[3]',
'(.?.+?)/edit-account(/(.*))?/?$' => 'index.php?pagename=$matches[1]&edit-account=$matches[3]',
'(.?.+?)/orders(/(.*))?/?$' => 'index.php?pagename=$matches[1]&orders=$matches[3]',
'(.?.+?)/order-pay(/(.*))?/?$' => 'index.php?pagename=$matches[1]&order-pay=$matches[3]',
'(.?.+?)/order-received(/(.*))?/?$' => 'index.php?pagename=$matches[1]&order-received=$matches[3]',
'(.?.+?)/view-order(/(.*))?/?$' => 'index.php?pagename=$matches[1]&view-order=$matches[3]',
'(.?.+?)/downloads(/(.*))?/?$' => 'index.php?pagename=$matches[1]&downloads=$matches[3]',
'(.?.+?)/edit-address(/(.*))?/?$' => 'index.php?pagename=$matches[1]&edit-address=$matches[3]',
'(.?.+?)/payment-methods(/(.*))?/?$' => 'index.php?pagename=$matches[1]&payment-methods=$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]',
'(.?.+?)/boardtrustees-dashboard(/(.*))?/?$' => 'index.php?pagename=$matches[1]&boardtrustees-dashboard=$matches[3]',
'(.?.+?)/free-resources(/(.*))?/?$' => 'index.php?pagename=$matches[1]&free-resources=$matches[3]',
'(.?.+?)/staff-toolbox(/(.*))?/?$' => 'index.php?pagename=$matches[1]&staff-toolbox=$matches[3]',
'(.?.+?)/point-of-sale(/(.*))?/?$' => 'index.php?pagename=$matches[1]&point-of-sale=$matches[3]',
'(.?.+?)/print(/(.*))?/?$' => 'index.php?pagename=$matches[1]&print=$matches[3]',
'(.?.+?)/pre-orders(/(.*))?/?$' => 'index.php?pagename=$matches[1]&pre-orders=$matches[3]',
'(.?.+?)/account-wishlists(/(.*))?/?$' => 'index.php?pagename=$matches[1]&account-wishlists=$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]',
'([^/]+)/print(/(.*))?/?$' => 'index.php?name=$matches[1]&print=$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',
)permalink structure
'/%postname%/'page permastruct
'%pagename%'matched rule and query
'product/([^/]+)(?:/([0-9]+))?/?$'matched query
'product=the-person-of-christ-jim-fain-nyc-2&page='request
'product/the-person-of-christ-jim-fain-nyc-2'the query
WP_Query::__set_state(array(
'query' => NULL,
'query_vars' =>
array (
'lang' => 'en',
),
'tax_query' => NULL,
'meta_query' => false,
'date_query' => false,
'queried_object' => NULL,
'queried_object_id' => NULL,
'request' => NULL,
'posts' => NULL,
'post_count' => 0,
'current_post' => -1,
'before_loop' => true,
'in_the_loop' => false,
'post' => NULL,
'comments' => NULL,
'comment_count' => 0,
'current_comment' => -1,
'comment' => NULL,
'found_posts' => 0,
'max_num_pages' => 0,
'max_num_comment_pages' => 0,
'is_single' => false,
'is_preview' => false,
'is_page' => false,
'is_archive' => false,
'is_date' => false,
'is_year' => false,
'is_month' => false,
'is_day' => false,
'is_time' => false,
'is_author' => false,
'is_category' => false,
'is_tag' => false,
'is_tax' => false,
'is_search' => false,
'is_feed' => false,
'is_comment_feed' => false,
'is_trackback' => false,
'is_home' => false,
'is_privacy_policy' => false,
'is_404' => false,
'is_embed' => false,
'is_paged' => false,
'is_admin' => false,
'is_attachment' => false,
'is_singular' => false,
'is_robots' => false,
'is_favicon' => false,
'is_posts_page' => false,
'is_post_type_archive' => false,
'query_vars_hash' => false,
'query_vars_changed' => true,
'thumbnails_cached' => false,
'allow_query_attachment_by_filename' => false,
'stopwords' => NULL,
'compat_fields' =>
array (
0 => 'query_vars_hash',
1 => 'query_vars_changed',
),
'compat_methods' =>
array (
0 => 'init_query_flags',
1 => 'parse_tax_query',
),
'query_cache_key' => '',
))template redirect filters
WP_Hook::__set_state(array(
'callbacks' =>
array (
-9223372036854775807 =>
array (
'00000000000011470000000000000000' =>
array (
'function' =>
Closure::__set_state(array(
)),
'accepted_args' => 1,
),
),
0 =>
array (
'_wp_admin_bar_init' =>
array (
'function' => '_wp_admin_bar_init',
'accepted_args' => 1,
),
'members_please_log_in' =>
array (
'function' => 'members_please_log_in',
'accepted_args' => 1,
),
'WC_AJAX::do_wc_ajax' =>
array (
'function' =>
array (
0 => 'WC_AJAX',
1 => 'do_wc_ajax',
),
'accepted_args' => 1,
),
'seopress_titles_disable_archives' =>
array (
'function' => 'seopress_titles_disable_archives',
'accepted_args' => 1,
),
'AutomateWoo\\Ajax::do_ajax' =>
array (
'function' =>
array (
0 => 'AutomateWoo\\Ajax',
1 => 'do_ajax',
),
'accepted_args' => 1,
),
),
1 =>
array (
'00000000000016a30000000000000000sitemapShortcut' =>
array (
'function' =>
array (
0 =>
SEOPress\Actions\Sitemap\Render::__set_state(array(
)),
1 => 'sitemapShortcut',
),
'accepted_args' => 1,
),
'00000000000016670000000000000000hook_transformation_method' =>
array (
'function' =>
array (
0 =>
Smush\Core\Transform\Transformation_Controller::__set_state(array(
'actions' =>
array (
'template_redirect' =>
array (
0 =>
array (
'callback' => NULL,
'priority' => 1,
'accepted_args' => 1,
),
),
),
'filters' =>
array (
'rest_pre_echo_response' =>
array (
0 =>
array (
'callback' =>
array (
0 => NULL,
1 => 'transform_rest_response',
),
'priority' => 10,
'accepted_args' => 3,
),
),
'wp_smush_transform_url' =>
array (
0 =>
array (
'callback' =>
array (
0 =>
Smush\Core\Transform\Transformer::__set_state(array(
'array_utils' =>
Smush\Core\Array_Utils::__set_state(array(
)),
'transforms' => NULL,
)),
1 => 'transform_url',
),
'priority' => 10,
'accepted_args' => 1,
),
),
),
'transformer' =>
Smush\Core\Transform\Transformer::__set_state(array(
'array_utils' =>
Smush\Core\Array_Utils::__set_state(array(
)),
'transforms' => NULL,
)),
'server_utils' =>
Smush\Core\Server_Utils::__set_state(array(
'mysql_version' => NULL,
'browser_webp_support' =>
array (
'#Firefox/(?[0-9]{2,})#i' =>
array (
'version' => 66,
'operator' => '>',
),
'#(?:iPad|iPhone)(.*)Version/(?[0-9]{2,})#i' =>
array (
'version' => 14,
'operator' => '>=',
),
'#Version/(?[0-9]{2,})(?:.*)Safari#i' =>
array (
'version' => 14,
'operator' => '>=',
),
'/MSIE|Trident/i' => false,
),
)),
'lcp_helper' =>
Smush\Core\LCP\LCP_Helper::__set_state(array(
'settings' =>
Smush\Core\Settings::__set_state(array(
'settings' =>
array (
'auto' => true,
'lossy' => false,
'strip_exif' => true,
'resize' => false,
'detection' => false,
'original' => false,
'backup' => false,
'no_scale' => false,
'png_to_jpg' => false,
'nextgen' => false,
's3' => false,
'gutenberg' => false,
'js_builder' => false,
'gform' => false,
'cdn' => false,
'auto_resizing' => false,
'cdn_dynamic_sizes' => false,
'webp' => true,
'usage' => false,
'accessible_colors' => false,
'keep_data' => true,
'lazy_load' => false,
'background_images' => true,
'rest_api_support' => false,
'webp_mod' => false,
'background_email' => false,
'webp_direct_conversion' => false,
'webp_fallback' => false,
'disable_streams' => false,
'avif_mod' => false,
'avif_fallback' => false,
'image_dimensions' => false,
'preload_images' => false,
'auto_resize' => false,
),
'defaults' =>
array (
'auto' => true,
'lossy' => 0,
'strip_exif' => true,
'resize' => false,
'detection' => false,
'original' => false,
'backup' => false,
'no_scale' => false,
'png_to_jpg' => false,
'nextgen' => false,
's3' => false,
'gutenberg' => false,
'js_builder' => false,
'gform' => false,
'cdn' => false,
'auto_resizing' => false,
'cdn_dynamic_sizes' => false,
'webp' => 1,
'usage' => false,
'accessible_colors' => false,
'keep_data' => true,
'lazy_load' => false,
'background_images' => true,
'rest_api_support' => false,
'webp_mod' => false,
'background_email' => false,
'webp_direct_conversion' => false,
'webp_fallback' => false,
'disable_streams' => false,
'avif_mod' => false,
'avif_fallback' => false,
'image_dimensions' => false,
'preload_images' => false,
),
'modules' =>
array (
0 => 'bulk',
1 => 'integrations',
2 => 'lazy_load',
3 => 'cdn',
4 => 'next_gen',
5 => 'settings',
),
'bulk_fields' =>
array (
0 => 'lossy',
1 => 'bulk',
2 => 'auto',
3 => 'original',
4 => 'strip_exif',
5 => 'resize',
6 => 'backup',
7 => 'png_to_jpg',
8 => 'no_scale',
9 => 'background_email',
),
'upsell_fields' =>
array (
0 => 'background_email',
),
'integrations_fields' =>
array (
0 => 'gutenberg',
1 => 'gform',
2 => 'js_builder',
3 => 's3',
4 => 'nextgen',
),
'cdn_fields' =>
array (
0 => 'cdn',
1 => 'background_images',
2 => 'cdn_dynamic_sizes',
3 => 'webp',
4 => 'rest_api_support',
),
'webp_fields' =>
array (
0 => 'webp_mod',
1 => 'webp_direct_conversion',
2 => 'webp_fallback',
),
'avif_fields' =>
array (
0 => 'avif_mod',
1 => 'avif_fallback',
),
'settings_fields' =>
array (
0 => 'detection',
1 => 'accessible_colors',
2 => 'usage',
3 => 'keep_data',
4 => 'api_auth',
5 => 'disable_streams',
),
'lazy_load_fields' =>
array (
0 => 'lazy_load',
1 => 'auto_resizing',
2 => 'image_dimensions',
),
'preload_fields' =>
array (
0 => 'preload_images',
),
'activated_subsite_modules' =>
array (
),
'is_switching_subsite' => false,
)),
'wp_query_utils' =>
Smush\Core\WP_Query_Utils::__set_state(array(
)),
'server_utils' =>
Smush\Core\Server_Utils::__set_state(array(
'mysql_version' => NULL,
'browser_webp_support' =>
array (
'#Firefox/(?[0-9]{2,})#i' =>
array (
'version' => 66,
'operator' => '>',
),
'#(?:iPad|iPhone)(.*)Version/(?[0-9]{2,})#i' =>
array (
'version' => 14,
'operator' => '>=',
),
'#Version/(?[0-9]{2,})(?:.*)Safari#i' =>
array (
'version' => 14,
'operator' => '>=',
),
'/MSIE|Trident/i' => false,
),
)),
'array_utils' =>
Smush\Core\Array_Utils::__set_state(array(
)),
)),
)),
1 => 'hook_transformation_method',
),
'accepted_args' => 1,
),
'seopress_301_do_redirect' =>
array (
'function' => 'seopress_301_do_redirect',
'accepted_args' => 1,
),
'icl_language_canonical_redirects' =>
array (
'function' => 'icl_language_canonical_redirects',
'accepted_args' => 1,
),
'seopress_redirections_hook' =>
array (
'function' => 'seopress_redirections_hook',
'accepted_args' => 1,
),
'seopress_redirections_attachments_file' =>
array (
'function' => 'seopress_redirections_attachments_file',
'accepted_args' => 1,
),
),
2 =>
array (
'0000000000001f3f0000000000000000wphb_maybe_start_buffer' =>
array (
'function' =>
array (
0 =>
Hummingbird\Core\Modules\Page_Cache::__set_state(array(
'slug' => 'page_cache',
'error' => false,
'start_time' => NULL,
'wp_config_file' => '/var/www/biblicalcounseling.com/htdocs/wp-config.php',
)),
1 => 'wphb_maybe_start_buffer',
),
'accepted_args' => 1,
),
'seopress_redirections_attachments' =>
array (
'function' => 'seopress_redirections_attachments',
'accepted_args' => 1,
),
),
5 =>
array (
'wc_product_canonical_redirect' =>
array (
'function' => 'wc_product_canonical_redirect',
'accepted_args' => 1,
),
'wp_print' =>
array (
'function' => 'wp_print',
'accepted_args' => 1,
),
),
8 =>
array (
'00000000000009c80000000000000000mere_register_index_pages' =>
array (
'function' =>
array (
0 =>
Mere_ResourceLibrary_Admin::__set_state(array(
'mere_resourcelibrary' => 'mere-resourcelibrary',
'version' => '1.1.1',
)),
1 => 'mere_register_index_pages',
),
'accepted_args' => 1,
),
),
9 =>
array (
'0000000000000a360000000000000000process_request' =>
array (
'function' =>
array (
0 =>
WC_Wishlists_Plugin::__set_state(array(
'version' => '2.1.9',
'assets_version' => '2.2.6',
'cron_version' => '1.0.0',
'_body_classes' =>
array (
),
)),
1 => 'process_request',
),
'accepted_args' => 1,
),
),
10 =>
array (
'wp_old_slug_redirect' =>
array (
'function' => 'wp_old_slug_redirect',
'accepted_args' => 1,
),
'redirect_canonical' =>
array (
'function' => 'redirect_canonical',
'accepted_args' => 1,
),
'maybe_redirect_404' =>
array (
'function' => 'maybe_redirect_404',
'accepted_args' => 1,
),
'cache_control_send_headers' =>
array (
'function' => 'cache_control_send_headers',
'accepted_args' => 1,
),
'00000000000009860000000000000000hook_block_template_loader' =>
array (
'function' =>
array (
0 =>
LLMS_Template_Loader::__set_state(array(
)),
1 => 'hook_block_template_loader',
),
'accepted_args' => 1,
),
'0000000000000a360000000000000000add_session_message' =>
array (
'function' =>
array (
0 =>
WC_Wishlists_Plugin::__set_state(array(
'version' => '2.1.9',
'assets_version' => '2.2.6',
'cron_version' => '1.0.0',
'_body_classes' =>
array (
),
)),
1 => 'add_session_message',
),
'accepted_args' => 1,
),
'wc_disable_author_archives_for_customers' =>
array (
'function' => 'wc_disable_author_archives_for_customers',
'accepted_args' => 1,
),
'WC_Cache_Helper::geolocation_ajax_redirect' =>
array (
'function' =>
array (
0 => 'WC_Cache_Helper',
1 => 'geolocation_ajax_redirect',
),
'accepted_args' => 1,
),
'WC_Form_Handler::redirect_reset_password_link' =>
array (
'function' =>
array (
0 => 'WC_Form_Handler',
1 => 'redirect_reset_password_link',
),
'accepted_args' => 1,
),
'WC_Form_Handler::save_address' =>
array (
'function' =>
array (
0 => 'WC_Form_Handler',
1 => 'save_address',
),
'accepted_args' => 1,
),
'WC_Form_Handler::save_account_details' =>
array (
'function' =>
array (
0 => 'WC_Form_Handler',
1 => 'save_account_details',
),
'accepted_args' => 1,
),
'0000000000000c160000000000000000wpfs_core' =>
array (
'function' =>
array (
0 =>
wpForceSSL::__set_state(array(
'options' =>
array (
'wpfs_ssl' => 'yes',
'wpfs_hsts' => 'yes',
'wpfs_expect_ct' => 'no',
'wpfs_adminbar_menu' => 'yes',
'wpfs_dashboard_widget' => 'yes',
),
'version' => '1.68',
'plugin_url' => 'https://biblicalcounseling.com/wp-content/plugins/wp-force-ssl/',
'plugin_dir' => '/var/www/biblicalcounseling.com/htdocs/wp-content/plugins/wp-force-ssl/',
'meta' =>
array (
'first_version' => '1.56',
'first_install' => 1605133356,
'hide_welcome_pointer' => true,
'hide_review_notification' => false,
),
)),
1 => 'wpfs_core',
),
'accepted_args' => 1,
),
'0000000000000f1f0000000000000000template_redirect' =>
array (
'function' =>
array (
0 =>
WC_POS_Sell::__set_state(array(
'data' => NULL,
'id' => NULL,
)),
1 => 'template_redirect',
),
'accepted_args' => 1,
),
'00000000000014bf0000000000000000template_redirect' =>
array (
'function' =>
array (
0 =>
WordPress_Module::__set_state(array(
'can_log' => true,
'redirect_url' => false,
'redirect_code' => 0,
'redirects' =>
array (
0 =>
Red_Item::__set_state(array(
'id' => '25',
'url' => '^/civicrm/(.*)$',
'match_url' => 'regex',
'match_data' => '{"source":{"flag_query":"exact","flag_regex":true}}',
'regex' => true,
'action_data' => 'https://crm.biblicalcounseling.com/civicrm/$1',
'action_code' => '301',
'action_type' => 'url',
'match_type' => 'url',
'title' => NULL,
'last_access' => 1758072774,
'last_count' => '10728',
'status' => 'enabled',
'position' => '0',
'group_id' => '4',
'source_flags' =>
Red_Source_Flags::__set_state(array(
'flag_case' => true,
'flag_trailing' => true,
'flag_regex' => true,
'flag_query' => 'exact',
'values_set' =>
array (
19 => 'flag_query',
20 => 'flag_case',
21 => 'flag_trailing',
22 => 'flag_regex',
),
)),
'source_options' =>
Red_Source_Options::__set_state(array(
'log_exclude' => false,
)),
'match' =>
URL_Match::__set_state(array(
'type' => 'url',
'url' => 'https://crm.biblicalcounseling.com/civicrm/$1',
)),
'action' =>
Url_Action::__set_state(array(
'code' => '301',
'type' => 'url',
'target' => NULL,
)),
)),
1 =>
Red_Item::__set_state(array(
'id' => '26',
'url' => '^/my-account/$',
'match_url' => 'regex',
'match_data' => '{"source":{"flag_regex":true}}',
'regex' => true,
'action_data' => 'https://crm.biblicalcounseling.com/my-account/',
'action_code' => '301',
'action_type' => 'url',
'match_type' => 'url',
'title' => NULL,
'last_access' => 1763598091,
'last_count' => '563182',
'status' => 'enabled',
'position' => '0',
'group_id' => '3',
'source_flags' =>
Red_Source_Flags::__set_state(array(
'flag_case' => true,
'flag_trailing' => true,
'flag_regex' => true,
'flag_query' => 'exact',
'values_set' =>
array (
19 => 'flag_query',
20 => 'flag_case',
21 => 'flag_trailing',
22 => 'flag_regex',
),
)),
'source_options' =>
Red_Source_Options::__set_state(array(
'log_exclude' => false,
)),
'match' =>
URL_Match::__set_state(array(
'type' => 'url',
'url' => 'https://crm.biblicalcounseling.com/my-account/',
)),
'action' =>
Url_Action::__set_state(array(
'code' => '301',
'type' => 'url',
'target' => NULL,
)),
)),
2 =>
Red_Item::__set_state(array(
'id' => '6',
'url' => '/training/annual-conference/(?!faq).*',
'match_url' => 'regex',
'match_data' => '{"source":{"flag_query":"exact","flag_regex":true}}',
'regex' => true,
'action_data' => '/events/',
'action_code' => '301',
'action_type' => 'url',
'match_type' => 'url',
'title' => NULL,
'last_access' => 1763593964,
'last_count' => '16160',
'status' => 'enabled',
'position' => '5',
'group_id' => '1',
'source_flags' =>
Red_Source_Flags::__set_state(array(
'flag_case' => true,
'flag_trailing' => true,
'flag_regex' => true,
'flag_query' => 'exact',
'values_set' =>
array (
19 => 'flag_query',
20 => 'flag_case',
21 => 'flag_trailing',
22 => 'flag_regex',
),
)),
'source_options' =>
Red_Source_Options::__set_state(array(
'log_exclude' => false,
)),
'match' =>
URL_Match::__set_state(array(
'type' => 'url',
'url' => '/events/',
)),
'action' =>
Url_Action::__set_state(array(
'code' => '301',
'type' => 'url',
'target' => NULL,
)),
)),
),
'matched' => false,
)),
1 => 'template_redirect',
),
'accepted_args' => 1,
),
'000000000000164b0000000000000000handle_checkout_link_endpoint' =>
array (
'function' =>
array (
0 =>
Automattic\WooCommerce\Blocks\Domain\Services\CheckoutLink::__set_state(array(
)),
1 => 'handle_checkout_link_endpoint',
),
'accepted_args' => 1,
),
'00000000000016610000000000000000set_classic_template_data' =>
array (
'function' =>
array (
0 =>
Automattic\WooCommerce\Blocks\Templates\ClassicTemplatesCompatibility::__set_state(array(
'asset_data_registry' =>
Automattic\WooCommerce\Blocks\Assets\AssetDataRegistry::__set_state(array(
'data' =>
array (
'shippingCostRequiresAddress' => false,
),
'preloaded_api_requests' =>
array (
),
'lazy_data' =>
array (
),
'handle' => 'wc-settings',
'api' =>
Automattic\WooCommerce\Blocks\Assets\Api::__set_state(array(
'wc_version' => 'wc-10.1.2',
'inline_scripts' =>
array (
),
'disable_cache' => false,
'script_data' =>
array (
'assets/client/blocks/wc-settings.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-settings.js',
'version' => '4f2e7067bd1c84cca43f',
'dependencies' =>
array (
0 => 'wc-types',
1 => 'wp-hooks',
2 => 'wp-polyfill',
),
),
'assets/client/blocks/wc-types.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-types.js',
'version' => '35dee88875b85ff65531',
'dependencies' =>
array (
0 => 'wp-polyfill',
),
),
'assets/client/blocks/wc-blocks-middleware.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-middleware.js',
'version' => 'd79dedade2f2e4dc9df4',
'dependencies' =>
array (
0 => 'wp-api-fetch',
1 => 'wp-polyfill',
2 => 'wp-url',
),
),
'assets/client/blocks/wc-blocks-data.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-data.js',
'version' => 'd0ad299087b6ae74378b',
'dependencies' =>
array (
0 => 'wc-blocks-checkout-events',
1 => 'wc-blocks-registry',
2 => 'wc-settings',
3 => 'wc-types',
4 => 'wp-api-fetch',
5 => 'wp-data',
6 => 'wp-data-controls',
7 => 'wp-deprecated',
8 => 'wp-dom',
9 => 'wp-element',
10 => 'wp-hooks',
11 => 'wp-html-entities',
12 => 'wp-i18n',
13 => 'wp-is-shallow-equal',
14 => 'wp-notices',
15 => 'wp-polyfill',
16 => 'wp-url',
),
),
'assets/client/blocks/wc-blocks-vendors.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-vendors.js',
'version' => '1c5f828afef2f98a6774',
'dependencies' =>
array (
0 => 'wp-polyfill',
),
),
'assets/client/blocks/wc-blocks-registry.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-registry.js',
'version' => 'a16aa912ffa0a15063f1',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wc-settings',
2 => 'wp-data',
3 => 'wp-deprecated',
4 => 'wp-element',
5 => 'wp-hooks',
6 => 'wp-polyfill',
),
),
'assets/client/blocks/wc-blocks.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.js',
'version' => '0db759a8a6e010732c50',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-blocks',
2 => 'wp-compose',
3 => 'wp-element',
4 => 'wp-hooks',
5 => 'wp-polyfill',
),
),
'assets/client/blocks/wc-blocks-shared-context.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-shared-context.js',
'version' => '1d9ff4f03584490ad390',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-element',
2 => 'wp-polyfill',
),
),
'assets/client/blocks/wc-blocks-shared-hocs.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-shared-hocs.js',
'version' => '99a2a0de38bfa707fc7b',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wc-blocks-data-store',
2 => 'wc-blocks-shared-context',
3 => 'wc-types',
4 => 'wp-data',
5 => 'wp-element',
6 => 'wp-is-shallow-equal',
7 => 'wp-polyfill',
),
),
'assets/client/blocks/price-format.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/price-format.js',
'version' => '57e176e7cc02bdd27978',
'dependencies' =>
array (
0 => 'wc-settings',
1 => 'wp-polyfill',
),
),
'assets/client/blocks/wc-blocks-frontend-vendors-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-frontend-vendors-frontend.js',
'version' => '2a67f05c7f92833d4e15',
'dependencies' =>
array (
0 => 'wp-polyfill',
),
),
'assets/client/blocks/wc-cart-checkout-vendors-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-vendors-frontend.js',
'version' => 'c939a893efb4febadc26',
'dependencies' =>
array (
0 => 'wp-polyfill',
),
),
'assets/client/blocks/wc-cart-checkout-base-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-base-frontend.js',
'version' => 'd737836f8db716b9f469',
'dependencies' =>
array (
0 => 'wp-polyfill',
),
),
'assets/client/blocks/blocks-checkout.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout.js',
'version' => 'a1c2e7c31247ee1ae717',
'dependencies' =>
array (
0 => 'wc-cart-checkout-base',
1 => 'wc-cart-checkout-vendors',
2 => 'react',
3 => 'react-dom',
4 => 'react-jsx-runtime',
5 => 'wc-blocks-components',
6 => 'wc-blocks-data-store',
7 => 'wc-blocks-registry',
8 => 'wc-settings',
9 => 'wc-types',
10 => 'wp-a11y',
11 => 'wp-compose',
12 => 'wp-data',
13 => 'wp-deprecated',
14 => 'wp-element',
15 => 'wp-html-entities',
16 => 'wp-i18n',
17 => 'wp-is-shallow-equal',
18 => 'wp-notices',
19 => 'wp-polyfill',
20 => 'wp-primitives',
21 => 'wp-warning',
),
),
'assets/client/blocks/blocks-checkout-events.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout-events.js',
'version' => '2d0fd4590f6cc663947c',
'dependencies' =>
array (
0 => 'wc-types',
1 => 'wp-polyfill',
),
),
'assets/client/blocks/blocks-components.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-components.js',
'version' => '14f739e1c451e591f9da',
'dependencies' =>
array (
0 => 'wc-cart-checkout-base',
1 => 'wc-cart-checkout-vendors',
2 => 'react',
3 => 'react-dom',
4 => 'react-jsx-runtime',
5 => 'wc-blocks-data-store',
6 => 'wc-settings',
7 => 'wc-types',
8 => 'wp-a11y',
9 => 'wp-compose',
10 => 'wp-data',
11 => 'wp-deprecated',
12 => 'wp-element',
13 => 'wp-html-entities',
14 => 'wp-i18n',
15 => 'wp-notices',
16 => 'wp-polyfill',
17 => 'wp-primitives',
),
),
'assets/client/blocks/wc-schema-parser.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-schema-parser.js',
'version' => 'f762078aeb4207fe9c3d',
'dependencies' =>
array (
0 => 'wp-polyfill',
),
),
'assets/client/admin/customer-effort-score/index.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.js',
'version' => 'ebdc0b2d7487174621e6',
'dependencies' =>
array (
0 => 'react',
1 => 'wc-experimental',
2 => 'wc-navigation',
3 => 'wc-store-data',
4 => 'wc-tracks',
5 => 'wp-api-fetch',
6 => 'wp-components',
7 => 'wp-compose',
8 => 'wp-data',
9 => 'wp-data-controls',
10 => 'wp-element',
11 => 'wp-i18n',
),
),
'assets/client/blocks/wc-shipping-method-pickup-location.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-shipping-method-pickup-location.js',
'version' => '0446a66f2604add5f739',
'dependencies' =>
array (
0 => 'react',
1 => 'react-dom',
2 => 'react-jsx-runtime',
3 => 'wc-settings',
4 => 'wc-types',
5 => 'wp-api-fetch',
6 => 'wp-components',
7 => 'wp-data',
8 => 'wp-element',
9 => 'wp-i18n',
10 => 'wp-notices',
11 => 'wp-polyfill',
12 => 'wp-primitives',
13 => 'wp-url',
),
),
'assets/client/blocks/wc-payment-method-cheque.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-payment-method-cheque.js',
'version' => '951d182bb5c870b35512',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wc-blocks-registry',
2 => 'wc-settings',
3 => 'wp-element',
4 => 'wp-html-entities',
5 => 'wp-i18n',
6 => 'wp-polyfill',
),
),
'assets/client/blocks/mini-cart-component-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-component-frontend.js',
'version' => '996b487bcdeb2a438dc9',
'dependencies' =>
array (
0 => 'wc-cart-checkout-base',
1 => 'wc-cart-checkout-vendors',
2 => 'react',
3 => 'react-jsx-runtime',
4 => 'wc-blocks-checkout',
5 => 'wc-blocks-components',
6 => 'wc-blocks-data-store',
7 => 'wc-blocks-registry',
8 => 'wc-price-format',
9 => 'wc-settings',
10 => 'wc-types',
11 => 'wp-a11y',
12 => 'wp-autop',
13 => 'wp-compose',
14 => 'wp-data',
15 => 'wp-deprecated',
16 => 'wp-element',
17 => 'wp-hooks',
18 => 'wp-html-entities',
19 => 'wp-i18n',
20 => 'wp-is-shallow-equal',
21 => 'wp-keycodes',
22 => 'wp-polyfill',
23 => 'wp-primitives',
24 => 'wp-style-engine',
25 => 'wp-wordcount',
),
),
'assets/client/blocks/mini-cart-contents-block/title-label-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/title-label-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/checkout-button-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/checkout-button-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/title-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/title-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/title-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/title-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/footer-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/footer-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/title-items-counter-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/title-items-counter-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/shopping-button-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/shopping-button-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/title-label-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/title-label-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/shopping-button-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/shopping-button-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/checkout-button-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/checkout-button-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/items-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/items-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/items-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/items-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/filled-cart-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/filled-cart-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/cart-button-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/cart-button-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/filled-cart-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/filled-cart-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/cart-button-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/cart-button-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/empty-cart-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/empty-cart-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/products-table-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/products-table-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/title-items-counter-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/title-items-counter-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/empty-cart-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/empty-cart-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents-block/footer-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block/footer-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/handpicked-products.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/handpicked-products.js',
'version' => 'ec3d5e4fa2f44827da4d',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wp-api-fetch',
4 => 'wp-block-editor',
5 => 'wp-blocks',
6 => 'wp-components',
7 => 'wp-compose',
8 => 'wp-element',
9 => 'wp-escape-html',
10 => 'wp-html-entities',
11 => 'wp-i18n',
12 => 'wp-polyfill',
13 => 'wp-primitives',
14 => 'wp-server-side-render',
15 => 'wp-url',
),
),
'assets/client/blocks/wc-blocks-classic-template-revert-button.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-classic-template-revert-button.js',
'version' => '69f6194d91fc4dcdbccb',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-components',
4 => 'wp-core-data',
5 => 'wp-data',
6 => 'wp-editor',
7 => 'wp-element',
8 => 'wp-i18n',
9 => 'wp-plugins',
10 => 'wp-polyfill',
),
),
'assets/client/blocks/active-filters.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/active-filters.js',
'version' => '6845a16c77c390404f04',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-components',
3 => 'wc-blocks-data-store',
4 => 'wc-price-format',
5 => 'wc-settings',
6 => 'wc-types',
7 => 'wp-block-editor',
8 => 'wp-blocks',
9 => 'wp-components',
10 => 'wp-compose',
11 => 'wp-data',
12 => 'wp-element',
13 => 'wp-html-entities',
14 => 'wp-i18n',
15 => 'wp-is-shallow-equal',
16 => 'wp-polyfill',
17 => 'wp-primitives',
18 => 'wp-url',
),
),
'assets/client/blocks/active-filters-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/active-filters-frontend.js',
'version' => '4952c741d2a257cbddc4',
'dependencies' =>
array (
0 => 'wc-blocks-frontend-vendors',
1 => 'react',
2 => 'react-jsx-runtime',
3 => 'wc-blocks-components',
4 => 'wc-blocks-data-store',
5 => 'wc-price-format',
6 => 'wc-settings',
7 => 'wc-types',
8 => 'wp-data',
9 => 'wp-element',
10 => 'wp-html-entities',
11 => 'wp-i18n',
12 => 'wp-is-shallow-equal',
13 => 'wp-polyfill',
14 => 'wp-primitives',
15 => 'wp-url',
),
),
'assets/client/blocks/add-to-cart-form.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-form.js',
'version' => '943d081838aacac9b0a4',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wc-types',
4 => 'wp-block-editor',
5 => 'wp-blocks',
6 => 'wp-components',
7 => 'wp-data',
8 => 'wp-element',
9 => 'wp-i18n',
10 => 'wp-polyfill',
11 => 'wp-primitives',
),
),
'assets/client/blocks/all-products.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/all-products.js',
'version' => 'b06db43572d226fd43a7',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-components',
3 => 'wc-blocks-data-store',
4 => 'wc-blocks-registry',
5 => 'wc-blocks-shared-context',
6 => 'wc-blocks-shared-hocs',
7 => 'wc-price-format',
8 => 'wc-settings',
9 => 'wc-types',
10 => 'wp-a11y',
11 => 'wp-api-fetch',
12 => 'wp-autop',
13 => 'wp-block-editor',
14 => 'wp-blocks',
15 => 'wp-components',
16 => 'wp-compose',
17 => 'wp-data',
18 => 'wp-element',
19 => 'wp-escape-html',
20 => 'wp-hooks',
21 => 'wp-html-entities',
22 => 'wp-i18n',
23 => 'wp-is-shallow-equal',
24 => 'wp-polyfill',
25 => 'wp-primitives',
26 => 'wp-style-engine',
27 => 'wp-url',
28 => 'wp-wordcount',
),
),
'assets/client/blocks/all-products-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/all-products-frontend.js',
'version' => 'fda1ba1011e7d855b896',
'dependencies' =>
array (
0 => 'wc-blocks-frontend-vendors',
1 => 'react',
2 => 'react-jsx-runtime',
3 => 'wc-blocks-components',
4 => 'wc-blocks-data-store',
5 => 'wc-blocks-registry',
6 => 'wc-blocks-shared-context',
7 => 'wc-blocks-shared-hocs',
8 => 'wc-price-format',
9 => 'wc-settings',
10 => 'wc-types',
11 => 'wp-a11y',
12 => 'wp-autop',
13 => 'wp-block-editor',
14 => 'wp-components',
15 => 'wp-compose',
16 => 'wp-data',
17 => 'wp-element',
18 => 'wp-hooks',
19 => 'wp-html-entities',
20 => 'wp-i18n',
21 => 'wp-is-shallow-equal',
22 => 'wp-polyfill',
23 => 'wp-primitives',
24 => 'wp-style-engine',
25 => 'wp-wordcount',
),
),
'assets/client/blocks/all-reviews.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/all-reviews.js',
'version' => '7b3d4ba248c0ef3da496',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-components',
3 => 'wc-settings',
4 => 'wp-api-fetch',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-element',
9 => 'wp-escape-html',
10 => 'wp-html-entities',
11 => 'wp-i18n',
12 => 'wp-is-shallow-equal',
13 => 'wp-polyfill',
14 => 'wp-primitives',
),
),
'assets/client/blocks/reviews-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/reviews-frontend.js',
'version' => '3e8e39938ee6891862a6',
'dependencies' =>
array (
0 => 'wc-blocks-frontend-vendors',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-components',
3 => 'wc-settings',
4 => 'wp-a11y',
5 => 'wp-api-fetch',
6 => 'wp-element',
7 => 'wp-html-entities',
8 => 'wp-i18n',
9 => 'wp-is-shallow-equal',
10 => 'wp-polyfill',
),
),
'assets/client/blocks/attribute-filter.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/attribute-filter.js',
'version' => '8fa1cbbea7f5c2174aa3',
'dependencies' =>
array (
0 => 'lodash',
1 => 'react',
2 => 'react-jsx-runtime',
3 => 'wc-blocks-components',
4 => 'wc-blocks-data-store',
5 => 'wc-settings',
6 => 'wc-types',
7 => 'wp-a11y',
8 => 'wp-block-editor',
9 => 'wp-blocks',
10 => 'wp-components',
11 => 'wp-compose',
12 => 'wp-data',
13 => 'wp-deprecated',
14 => 'wp-dom',
15 => 'wp-element',
16 => 'wp-html-entities',
17 => 'wp-i18n',
18 => 'wp-is-shallow-equal',
19 => 'wp-keycodes',
20 => 'wp-polyfill',
21 => 'wp-primitives',
22 => 'wp-url',
23 => 'wp-warning',
),
),
'assets/client/blocks/attribute-filter-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/attribute-filter-frontend.js',
'version' => 'd35146d5c65ef33b7b86',
'dependencies' =>
array (
0 => 'wc-blocks-frontend-vendors',
1 => 'lodash',
2 => 'react',
3 => 'react-jsx-runtime',
4 => 'wc-blocks-components',
5 => 'wc-blocks-data-store',
6 => 'wc-settings',
7 => 'wc-types',
8 => 'wp-a11y',
9 => 'wp-compose',
10 => 'wp-data',
11 => 'wp-deprecated',
12 => 'wp-dom',
13 => 'wp-element',
14 => 'wp-html-entities',
15 => 'wp-i18n',
16 => 'wp-is-shallow-equal',
17 => 'wp-keycodes',
18 => 'wp-polyfill',
19 => 'wp-primitives',
20 => 'wp-url',
21 => 'wp-warning',
),
),
'assets/client/blocks/cart-link.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-link.js',
'version' => '90816cbdab22d1620d03',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-components',
4 => 'wp-element',
5 => 'wp-i18n',
6 => 'wp-polyfill',
7 => 'wp-primitives',
),
),
'assets/client/blocks/classic-shortcode.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/classic-shortcode.js',
'version' => '1f211b0908c43740e8b0',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-components',
5 => 'wp-data',
6 => 'wp-element',
7 => 'wp-i18n',
8 => 'wp-notices',
9 => 'wp-polyfill',
10 => 'wp-primitives',
),
),
'assets/client/blocks/coming-soon.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/coming-soon.js',
'version' => '948b16ce9040618a7c59',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wc-settings',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-components',
5 => 'wp-data',
6 => 'wp-editor',
7 => 'wp-i18n',
8 => 'wp-plugins',
9 => 'wp-polyfill',
),
),
'assets/client/blocks/customer-account.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/customer-account.js',
'version' => 'eb8aec89095d4f916023',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wc-settings',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-components',
5 => 'wp-element',
6 => 'wp-i18n',
7 => 'wp-polyfill',
8 => 'wp-primitives',
),
),
'assets/client/blocks/featured-category.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/featured-category.js',
'version' => '934196a9d56816c7c2c8',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wc-types',
4 => 'wp-api-fetch',
5 => 'wp-autop',
6 => 'wp-block-editor',
7 => 'wp-blocks',
8 => 'wp-components',
9 => 'wp-compose',
10 => 'wp-data',
11 => 'wp-element',
12 => 'wp-escape-html',
13 => 'wp-html-entities',
14 => 'wp-i18n',
15 => 'wp-is-shallow-equal',
16 => 'wp-polyfill',
17 => 'wp-primitives',
18 => 'wp-style-engine',
19 => 'wp-url',
),
),
'assets/client/blocks/featured-product.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/featured-product.js',
'version' => 'b43afa4b4b58f2c56181',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wc-types',
4 => 'wp-api-fetch',
5 => 'wp-autop',
6 => 'wp-block-editor',
7 => 'wp-blocks',
8 => 'wp-components',
9 => 'wp-compose',
10 => 'wp-data',
11 => 'wp-element',
12 => 'wp-escape-html',
13 => 'wp-html-entities',
14 => 'wp-i18n',
15 => 'wp-is-shallow-equal',
16 => 'wp-polyfill',
17 => 'wp-primitives',
18 => 'wp-style-engine',
19 => 'wp-url',
),
),
'assets/client/blocks/filter-wrapper.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/filter-wrapper.js',
'version' => '403c4541c8220ae06a2c',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-components',
5 => 'wp-data',
6 => 'wp-element',
7 => 'wp-i18n',
8 => 'wp-polyfill',
9 => 'wp-primitives',
),
),
'assets/client/blocks/filter-wrapper-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/filter-wrapper-frontend.js',
'version' => '16d455bd5bd91e48de2a',
'dependencies' =>
array (
0 => 'wc-blocks-frontend-vendors',
1 => 'lodash',
2 => 'react',
3 => 'react-jsx-runtime',
4 => 'wc-blocks-checkout',
5 => 'wc-blocks-components',
6 => 'wc-blocks-data-store',
7 => 'wc-blocks-registry',
8 => 'wc-price-format',
9 => 'wc-settings',
10 => 'wc-types',
11 => 'wp-a11y',
12 => 'wp-compose',
13 => 'wp-data',
14 => 'wp-deprecated',
15 => 'wp-dom',
16 => 'wp-element',
17 => 'wp-html-entities',
18 => 'wp-i18n',
19 => 'wp-is-shallow-equal',
20 => 'wp-keycodes',
21 => 'wp-polyfill',
22 => 'wp-primitives',
23 => 'wp-style-engine',
24 => 'wp-url',
25 => 'wp-warning',
),
),
'assets/client/blocks/mini-cart.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart.js',
'version' => '84848da30dd5e5ee0092',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-price-format',
3 => 'wc-settings',
4 => 'wc-types',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-data',
9 => 'wp-dom',
10 => 'wp-element',
11 => 'wp-hooks',
12 => 'wp-i18n',
13 => 'wp-polyfill',
14 => 'wp-primitives',
),
),
'assets/client/blocks/mini-cart-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-frontend.js',
'version' => 'f7403ae8c18597571632',
'dependencies' =>
array (
0 => 'wc-cart-checkout-base',
1 => 'wc-cart-checkout-vendors',
2 => 'wc-blocks-data-store',
3 => 'wc-price-format',
4 => 'wc-settings',
5 => 'wc-types',
6 => 'wp-data',
7 => 'wp-i18n',
8 => 'wp-polyfill',
),
),
'assets/client/blocks/store-notices.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/store-notices.js',
'version' => '55ef31f3cab5ed0fde09',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-a11y',
3 => 'wp-block-editor',
4 => 'wp-blocks',
5 => 'wp-element',
6 => 'wp-i18n',
7 => 'wp-polyfill',
8 => 'wp-primitives',
),
),
'assets/client/blocks/payment-method-icons.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/payment-method-icons.js',
'version' => 'f06aac6ea533a03d6d64',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-components',
4 => 'wp-i18n',
5 => 'wp-polyfill',
),
),
'assets/client/blocks/price-filter.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/price-filter.js',
'version' => '11edb3e00bda729168ec',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-components',
3 => 'wc-blocks-data-store',
4 => 'wc-price-format',
5 => 'wc-settings',
6 => 'wc-types',
7 => 'wp-block-editor',
8 => 'wp-blocks',
9 => 'wp-components',
10 => 'wp-compose',
11 => 'wp-data',
12 => 'wp-element',
13 => 'wp-i18n',
14 => 'wp-is-shallow-equal',
15 => 'wp-polyfill',
16 => 'wp-primitives',
17 => 'wp-url',
),
),
'assets/client/blocks/price-filter-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/price-filter-frontend.js',
'version' => '828811034ef1241ab82a',
'dependencies' =>
array (
0 => 'wc-blocks-frontend-vendors',
1 => 'react',
2 => 'react-jsx-runtime',
3 => 'wc-blocks-components',
4 => 'wc-blocks-data-store',
5 => 'wc-price-format',
6 => 'wc-settings',
7 => 'wc-types',
8 => 'wp-data',
9 => 'wp-element',
10 => 'wp-i18n',
11 => 'wp-is-shallow-equal',
12 => 'wp-polyfill',
13 => 'wp-url',
),
),
'assets/client/blocks/product-best-sellers.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-best-sellers.js',
'version' => 'ff30c7ee1ad859f22682',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wp-api-fetch',
4 => 'wp-block-editor',
5 => 'wp-blocks',
6 => 'wp-components',
7 => 'wp-compose',
8 => 'wp-element',
9 => 'wp-escape-html',
10 => 'wp-html-entities',
11 => 'wp-i18n',
12 => 'wp-polyfill',
13 => 'wp-primitives',
14 => 'wp-server-side-render',
15 => 'wp-url',
),
),
'assets/client/blocks/product-button.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-button.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/product-categories.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-categories.js',
'version' => 'd44a3ebfb21927a00e6d',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-components',
5 => 'wp-data',
6 => 'wp-element',
7 => 'wp-i18n',
8 => 'wp-polyfill',
9 => 'wp-primitives',
10 => 'wp-server-side-render',
),
),
'assets/client/blocks/product-category.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-category.js',
'version' => 'fbf15c4f1ff0e1841e9b',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wp-api-fetch',
4 => 'wp-block-editor',
5 => 'wp-blocks',
6 => 'wp-components',
7 => 'wp-compose',
8 => 'wp-element',
9 => 'wp-escape-html',
10 => 'wp-html-entities',
11 => 'wp-i18n',
12 => 'wp-polyfill',
13 => 'wp-primitives',
14 => 'wp-server-side-render',
15 => 'wp-url',
),
),
'assets/client/blocks/product-collection.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-collection.js',
'version' => '7a950dc057ed30631805',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-registry',
3 => 'wc-customer-effort-score',
4 => 'wc-price-format',
5 => 'wc-settings',
6 => 'wc-types',
7 => 'wp-api-fetch',
8 => 'wp-block-editor',
9 => 'wp-blocks',
10 => 'wp-components',
11 => 'wp-compose',
12 => 'wp-core-data',
13 => 'wp-data',
14 => 'wp-editor',
15 => 'wp-element',
16 => 'wp-escape-html',
17 => 'wp-hooks',
18 => 'wp-html-entities',
19 => 'wp-i18n',
20 => 'wp-is-shallow-equal',
21 => 'wp-polyfill',
22 => 'wp-primitives',
23 => 'wp-url',
),
),
'assets/client/blocks/product-collection-no-results.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-collection-no-results.js',
'version' => '5605fcd916d6586c6ea1',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-i18n',
5 => 'wp-polyfill',
6 => 'wp-primitives',
),
),
'assets/client/blocks/product-filters.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filters.js',
'version' => '5d4febb6d48fa9ac64a0',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-element',
5 => 'wp-i18n',
6 => 'wp-polyfill',
7 => 'wp-primitives',
),
),
'assets/client/blocks/product-filter-status.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-status.js',
'version' => 'db369c1f56db47fff831',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-data-store',
3 => 'wc-settings',
4 => 'wc-types',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-data',
9 => 'wp-element',
10 => 'wp-i18n',
11 => 'wp-is-shallow-equal',
12 => 'wp-polyfill',
13 => 'wp-primitives',
),
),
'assets/client/blocks/product-filter-price.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-price.js',
'version' => '59fc27c1e7160f61b961',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-data-store',
3 => 'wc-price-format',
4 => 'wc-types',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-data',
8 => 'wp-element',
9 => 'wp-i18n',
10 => 'wp-is-shallow-equal',
11 => 'wp-polyfill',
12 => 'wp-primitives',
),
),
'assets/client/blocks/product-filter-price-slider.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-price-slider.js',
'version' => '4ee8aab7dd50bdd698e7',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-price-format',
3 => 'wp-block-editor',
4 => 'wp-blocks',
5 => 'wp-components',
6 => 'wp-i18n',
7 => 'wp-polyfill',
8 => 'wp-primitives',
),
),
'assets/client/blocks/product-filter-attribute.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-attribute.js',
'version' => '81c607b638736e119f49',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-data-store',
3 => 'wc-settings',
4 => 'wc-types',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-data',
9 => 'wp-element',
10 => 'wp-i18n',
11 => 'wp-is-shallow-equal',
12 => 'wp-polyfill',
13 => 'wp-primitives',
),
),
'assets/client/blocks/product-filter-rating.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-rating.js',
'version' => '5e00043ed1026cf101a4',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-data-store',
3 => 'wc-settings',
4 => 'wc-types',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-data',
9 => 'wp-element',
10 => 'wp-i18n',
11 => 'wp-is-shallow-equal',
12 => 'wp-polyfill',
13 => 'wp-primitives',
14 => 'wp-url',
),
),
'assets/client/blocks/product-filter-active.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-active.js',
'version' => 'dff9b5a50cc63b55fe22',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-i18n',
4 => 'wp-polyfill',
5 => 'wp-primitives',
),
),
'assets/client/blocks/product-filter-removable-chips.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-removable-chips.js',
'version' => '9aec0f8d9a682ad6bc63',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-components',
3 => 'wp-block-editor',
4 => 'wp-blocks',
5 => 'wp-components',
6 => 'wp-element',
7 => 'wp-i18n',
8 => 'wp-polyfill',
9 => 'wp-primitives',
),
),
'assets/client/blocks/product-filter-clear-button.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-clear-button.js',
'version' => '780618f6f958d84f19b6',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-i18n',
5 => 'wp-polyfill',
6 => 'wp-primitives',
),
),
'assets/client/blocks/product-filter-checkbox-list.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-checkbox-list.js',
'version' => '7a6c4c688912336defb4',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-components',
4 => 'wp-element',
5 => 'wp-i18n',
6 => 'wp-polyfill',
7 => 'wp-primitives',
),
),
'assets/client/blocks/product-filter-chips.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-chips.js',
'version' => 'f4891802bba1835ed6d2',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-element',
4 => 'wp-i18n',
5 => 'wp-polyfill',
6 => 'wp-primitives',
),
),
'assets/client/blocks/product-gallery.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery.js',
'version' => 'b3105b41ac7965c9d139',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wc-blocks-shared-context',
2 => 'wc-blocks-shared-hocs',
3 => 'wc-settings',
4 => 'wc-types',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-data',
9 => 'wp-element',
10 => 'wp-i18n',
11 => 'wp-polyfill',
),
),
'assets/client/blocks/product-gallery-large-image.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-large-image.js',
'version' => '579e9a9e4bc700379bcf',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-polyfill',
),
),
'assets/client/blocks/product-new.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-new.js',
'version' => 'f69954121cca4230a528',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wp-api-fetch',
4 => 'wp-block-editor',
5 => 'wp-blocks',
6 => 'wp-components',
7 => 'wp-compose',
8 => 'wp-element',
9 => 'wp-escape-html',
10 => 'wp-html-entities',
11 => 'wp-i18n',
12 => 'wp-polyfill',
13 => 'wp-primitives',
14 => 'wp-server-side-render',
15 => 'wp-url',
),
),
'assets/client/blocks/product-on-sale.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-on-sale.js',
'version' => 'b46ebbeffb20aea1109f',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wp-api-fetch',
4 => 'wp-block-editor',
5 => 'wp-blocks',
6 => 'wp-components',
7 => 'wp-compose',
8 => 'wp-element',
9 => 'wp-escape-html',
10 => 'wp-html-entities',
11 => 'wp-i18n',
12 => 'wp-polyfill',
13 => 'wp-primitives',
14 => 'wp-server-side-render',
15 => 'wp-url',
),
),
'assets/client/blocks/product-template.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-template.js',
'version' => 'a406c995c6cdc68ec95a',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wc-blocks-shared-context',
2 => 'wc-settings',
3 => 'wc-types',
4 => 'wp-api-fetch',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-compose',
9 => 'wp-core-data',
10 => 'wp-data',
11 => 'wp-element',
12 => 'wp-i18n',
13 => 'wp-polyfill',
14 => 'wp-url',
),
),
'assets/client/blocks/product-query.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-query.js',
'version' => '07942e05b5073ac9ad72',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wc-types',
4 => 'wp-api-fetch',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-compose',
9 => 'wp-data',
10 => 'wp-element',
11 => 'wp-escape-html',
12 => 'wp-hooks',
13 => 'wp-html-entities',
14 => 'wp-i18n',
15 => 'wp-polyfill',
16 => 'wp-primitives',
17 => 'wp-url',
),
),
'assets/client/blocks/product-query-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-query-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/product-search.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-search.js',
'version' => 'd751e390158f6b777cc3',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wc-types',
4 => 'wp-block-editor',
5 => 'wp-blocks',
6 => 'wp-components',
7 => 'wp-compose',
8 => 'wp-data',
9 => 'wp-element',
10 => 'wp-hooks',
11 => 'wp-i18n',
12 => 'wp-polyfill',
13 => 'wp-primitives',
),
),
'assets/client/blocks/product-tag.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-tag.js',
'version' => 'c448b9b3ef058aa9e971',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wc-types',
4 => 'wp-api-fetch',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-compose',
9 => 'wp-element',
10 => 'wp-html-entities',
11 => 'wp-i18n',
12 => 'wp-polyfill',
13 => 'wp-primitives',
14 => 'wp-server-side-render',
15 => 'wp-url',
),
),
'assets/client/blocks/product-title.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-title.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/product-title-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-title-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/product-top-rated.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-top-rated.js',
'version' => '0359238f4371249d37eb',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wp-api-fetch',
4 => 'wp-block-editor',
5 => 'wp-blocks',
6 => 'wp-components',
7 => 'wp-compose',
8 => 'wp-element',
9 => 'wp-escape-html',
10 => 'wp-html-entities',
11 => 'wp-i18n',
12 => 'wp-polyfill',
13 => 'wp-primitives',
14 => 'wp-server-side-render',
15 => 'wp-url',
),
),
'assets/client/blocks/products-by-attribute.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/products-by-attribute.js',
'version' => '3db4c6e415bbfc941309',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wc-types',
4 => 'wp-api-fetch',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-compose',
9 => 'wp-data',
10 => 'wp-element',
11 => 'wp-escape-html',
12 => 'wp-html-entities',
13 => 'wp-i18n',
14 => 'wp-polyfill',
15 => 'wp-primitives',
16 => 'wp-server-side-render',
17 => 'wp-url',
),
),
'assets/client/blocks/rating-filter.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/rating-filter.js',
'version' => '43fc27167290029f0e9d',
'dependencies' =>
array (
0 => 'lodash',
1 => 'react',
2 => 'react-jsx-runtime',
3 => 'wc-blocks-components',
4 => 'wc-blocks-data-store',
5 => 'wc-settings',
6 => 'wc-types',
7 => 'wp-a11y',
8 => 'wp-block-editor',
9 => 'wp-blocks',
10 => 'wp-components',
11 => 'wp-compose',
12 => 'wp-data',
13 => 'wp-deprecated',
14 => 'wp-dom',
15 => 'wp-element',
16 => 'wp-i18n',
17 => 'wp-is-shallow-equal',
18 => 'wp-keycodes',
19 => 'wp-polyfill',
20 => 'wp-primitives',
21 => 'wp-url',
22 => 'wp-warning',
),
),
'assets/client/blocks/reviews-by-category.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/reviews-by-category.js',
'version' => 'c923ec2a8c95195dd937',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-components',
3 => 'wc-settings',
4 => 'wp-api-fetch',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-compose',
9 => 'wp-element',
10 => 'wp-escape-html',
11 => 'wp-html-entities',
12 => 'wp-i18n',
13 => 'wp-is-shallow-equal',
14 => 'wp-polyfill',
15 => 'wp-primitives',
16 => 'wp-url',
),
),
'assets/client/blocks/reviews-by-product.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/reviews-by-product.js',
'version' => '7126c2314766304b0903',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-components',
3 => 'wc-settings',
4 => 'wc-types',
5 => 'wp-api-fetch',
6 => 'wp-block-editor',
7 => 'wp-blocks',
8 => 'wp-components',
9 => 'wp-compose',
10 => 'wp-element',
11 => 'wp-escape-html',
12 => 'wp-html-entities',
13 => 'wp-i18n',
14 => 'wp-is-shallow-equal',
15 => 'wp-polyfill',
16 => 'wp-primitives',
17 => 'wp-url',
),
),
'assets/client/blocks/single-product.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/single-product.js',
'version' => 'e214c0e50f35551d9cbe',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-components',
3 => 'wc-blocks-data-store',
4 => 'wc-blocks-registry',
5 => 'wc-blocks-shared-context',
6 => 'wc-blocks-shared-hocs',
7 => 'wc-price-format',
8 => 'wc-settings',
9 => 'wc-store-data',
10 => 'wc-types',
11 => 'wp-api-fetch',
12 => 'wp-autop',
13 => 'wp-block-editor',
14 => 'wp-blocks',
15 => 'wp-components',
16 => 'wp-compose',
17 => 'wp-data',
18 => 'wp-element',
19 => 'wp-escape-html',
20 => 'wp-hooks',
21 => 'wp-html-entities',
22 => 'wp-i18n',
23 => 'wp-is-shallow-equal',
24 => 'wp-polyfill',
25 => 'wp-primitives',
26 => 'wp-style-engine',
27 => 'wp-url',
28 => 'wp-wordcount',
),
),
'assets/client/blocks/stock-filter.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/stock-filter.js',
'version' => '073bc55cc1db50d0dfb0',
'dependencies' =>
array (
0 => 'lodash',
1 => 'react',
2 => 'react-jsx-runtime',
3 => 'wc-blocks-components',
4 => 'wc-blocks-data-store',
5 => 'wc-settings',
6 => 'wc-types',
7 => 'wp-a11y',
8 => 'wp-block-editor',
9 => 'wp-blocks',
10 => 'wp-components',
11 => 'wp-compose',
12 => 'wp-data',
13 => 'wp-deprecated',
14 => 'wp-dom',
15 => 'wp-element',
16 => 'wp-html-entities',
17 => 'wp-i18n',
18 => 'wp-is-shallow-equal',
19 => 'wp-keycodes',
20 => 'wp-polyfill',
21 => 'wp-primitives',
22 => 'wp-url',
23 => 'wp-warning',
),
),
'assets/client/blocks/stock-filter-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/stock-filter-frontend.js',
'version' => '0670d08c7a43afaed1b2',
'dependencies' =>
array (
0 => 'wc-blocks-frontend-vendors',
1 => 'lodash',
2 => 'react',
3 => 'react-jsx-runtime',
4 => 'wc-blocks-components',
5 => 'wc-blocks-data-store',
6 => 'wc-settings',
7 => 'wc-types',
8 => 'wp-a11y',
9 => 'wp-compose',
10 => 'wp-data',
11 => 'wp-deprecated',
12 => 'wp-dom',
13 => 'wp-element',
14 => 'wp-html-entities',
15 => 'wp-i18n',
16 => 'wp-is-shallow-equal',
17 => 'wp-keycodes',
18 => 'wp-polyfill',
19 => 'wp-primitives',
20 => 'wp-url',
21 => 'wp-warning',
),
),
'assets/client/blocks/page-content-wrapper.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/page-content-wrapper.js',
'version' => '8b42f9fde24fe77c4f9d',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-settings',
3 => 'wp-block-editor',
4 => 'wp-blocks',
5 => 'wp-element',
6 => 'wp-i18n',
7 => 'wp-polyfill',
8 => 'wp-primitives',
),
),
'assets/client/blocks/order-confirmation-create-account.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-create-account.js',
'version' => 'de5a6821a11788e52cd9',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-components',
3 => 'wc-blocks-data-store',
4 => 'wc-settings',
5 => 'wp-block-editor',
6 => 'wp-blocks',
7 => 'wp-components',
8 => 'wp-compose',
9 => 'wp-data',
10 => 'wp-element',
11 => 'wp-i18n',
12 => 'wp-polyfill',
13 => 'wp-primitives',
),
),
'assets/client/blocks/order-confirmation-create-account-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-create-account-frontend.js',
'version' => '3757ea7894e223b63713',
'dependencies' =>
array (
0 => 'wc-blocks-frontend-vendors',
1 => 'react',
2 => 'react-jsx-runtime',
3 => 'wc-blocks-components',
4 => 'wc-blocks-data-store',
5 => 'wc-settings',
6 => 'wp-compose',
7 => 'wp-data',
8 => 'wp-element',
9 => 'wp-i18n',
10 => 'wp-polyfill',
),
),
'assets/client/blocks/product-description.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-description.js',
'version' => '1f5600c36c2735e05c9c',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wc-types',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-core-data',
5 => 'wp-data',
6 => 'wp-element',
7 => 'wp-i18n',
8 => 'wp-polyfill',
9 => 'wp-primitives',
),
),
'assets/client/blocks/product-specifications.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-specifications.js',
'version' => 'c0eaa70fab02d4feb984',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wc-store-data',
2 => 'wc-types',
3 => 'wp-block-editor',
4 => 'wp-blocks',
5 => 'wp-components',
6 => 'wp-data',
7 => 'wp-i18n',
8 => 'wp-polyfill',
9 => 'wp-primitives',
),
),
'assets/client/blocks/accordion-group.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/accordion-group.js',
'version' => 'aa124ca1e723ec7397de',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-components',
4 => 'wp-i18n',
5 => 'wp-polyfill',
),
),
'assets/client/blocks/accordion-item.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/accordion-item.js',
'version' => 'd36bf2998865d0b7efda',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-components',
4 => 'wp-data',
5 => 'wp-element',
6 => 'wp-i18n',
7 => 'wp-polyfill',
),
),
'assets/client/blocks/accordion-panel.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/accordion-panel.js',
'version' => '7b6c895143f956ef43be',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-components',
4 => 'wp-polyfill',
),
),
'assets/client/blocks/accordion-header.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/accordion-header.js',
'version' => 'f8c36bc6eed18d6637b6',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wp-block-editor',
2 => 'wp-blocks',
3 => 'wp-components',
4 => 'wp-i18n',
5 => 'wp-polyfill',
),
),
'assets/client/blocks/product-reviews.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews.js',
'version' => '6ec025e01c67e58f4a27',
'dependencies' =>
array (
0 => 'react-jsx-runtime',
1 => 'wc-types',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-components',
5 => 'wp-data',
6 => 'wp-i18n',
7 => 'wp-polyfill',
),
),
'assets/client/blocks/product-review-rating.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-review-rating.js',
'version' => 'c7356b182347ab81c44c',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-store-data',
3 => 'wp-block-editor',
4 => 'wp-blocks',
5 => 'wp-data',
6 => 'wp-i18n',
7 => 'wp-polyfill',
8 => 'wp-primitives',
),
),
'assets/client/blocks/product-reviews-title.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews-title.js',
'version' => '0382916bde4044632c8d',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-store-data',
3 => 'wp-block-editor',
4 => 'wp-blocks',
5 => 'wp-components',
6 => 'wp-core-data',
7 => 'wp-data',
8 => 'wp-element',
9 => 'wp-i18n',
10 => 'wp-polyfill',
11 => 'wp-primitives',
),
),
'assets/client/blocks/product-review-form.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-review-form.js',
'version' => '2c791c1db4b8cf8ebd81',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-store-data',
3 => 'wp-block-editor',
4 => 'wp-blocks',
5 => 'wp-components',
6 => 'wp-compose',
7 => 'wp-core-data',
8 => 'wp-data',
9 => 'wp-i18n',
10 => 'wp-polyfill',
11 => 'wp-primitives',
),
),
'assets/client/blocks/product-review-date.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-review-date.js',
'version' => '716fdc6eebc84d5b4df9',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-components',
5 => 'wp-core-data',
6 => 'wp-date',
7 => 'wp-i18n',
8 => 'wp-polyfill',
9 => 'wp-primitives',
),
),
'assets/client/blocks/product-review-content.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-review-content.js',
'version' => '761993e3b42d1fbb4db4',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-components',
5 => 'wp-core-data',
6 => 'wp-element',
7 => 'wp-i18n',
8 => 'wp-polyfill',
9 => 'wp-primitives',
),
),
'assets/client/blocks/product-review-author-name.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-review-author-name.js',
'version' => '7889909dea8ac111cfcf',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-components',
5 => 'wp-core-data',
6 => 'wp-data',
7 => 'wp-i18n',
8 => 'wp-polyfill',
9 => 'wp-primitives',
),
),
'assets/client/blocks/product-reviews-pagination.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews-pagination.js',
'version' => '748a894dba54d954ecd9',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-components',
5 => 'wp-data',
6 => 'wp-i18n',
7 => 'wp-polyfill',
8 => 'wp-primitives',
),
),
'assets/client/blocks/product-reviews-pagination-next.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews-pagination-next.js',
'version' => '8104662b6e94eb7de269',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-i18n',
5 => 'wp-polyfill',
6 => 'wp-primitives',
),
),
'assets/client/blocks/product-reviews-pagination-previous.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews-pagination-previous.js',
'version' => 'a4ce5e1180f51ac9d7ec',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-i18n',
5 => 'wp-polyfill',
6 => 'wp-primitives',
),
),
'assets/client/blocks/product-reviews-pagination-numbers.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews-pagination-numbers.js',
'version' => '6320b999a6faa27a26ab',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-block-editor',
3 => 'wp-blocks',
4 => 'wp-polyfill',
5 => 'wp-primitives',
),
),
'assets/client/blocks/product-review-template.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/product-review-template.js',
'version' => '9d729c09ffc8df3147ee',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wp-api-fetch',
3 => 'wp-block-editor',
4 => 'wp-blocks',
5 => 'wp-components',
6 => 'wp-core-data',
7 => 'wp-data',
8 => 'wp-element',
9 => 'wp-i18n',
10 => 'wp-polyfill',
11 => 'wp-primitives',
12 => 'wp-url',
),
),
'assets/client/blocks/cart.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart.js',
'version' => '54be841f6c505e806342',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-checkout',
3 => 'wc-blocks-checkout-events',
4 => 'wc-blocks-components',
5 => 'wc-blocks-data-store',
6 => 'wc-blocks-registry',
7 => 'wc-blocks-shared-context',
8 => 'wc-blocks-shared-hocs',
9 => 'wc-price-format',
10 => 'wc-settings',
11 => 'wc-types',
12 => 'wp-a11y',
13 => 'wp-api-fetch',
14 => 'wp-autop',
15 => 'wp-block-editor',
16 => 'wp-blocks',
17 => 'wp-components',
18 => 'wp-compose',
19 => 'wp-core-data',
20 => 'wp-data',
21 => 'wp-deprecated',
22 => 'wp-dom',
23 => 'wp-editor',
24 => 'wp-element',
25 => 'wp-hooks',
26 => 'wp-html-entities',
27 => 'wp-i18n',
28 => 'wp-is-shallow-equal',
29 => 'wp-keycodes',
30 => 'wp-notices',
31 => 'wp-plugins',
32 => 'wp-polyfill',
33 => 'wp-primitives',
34 => 'wp-style-engine',
35 => 'wp-url',
36 => 'wp-wordcount',
),
),
'assets/client/blocks/cart-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-frontend.js',
'version' => 'db09d88dfde01e08b9f8',
'dependencies' =>
array (
0 => 'wc-cart-checkout-base',
1 => 'wc-cart-checkout-vendors',
2 => 'react',
3 => 'react-jsx-runtime',
4 => 'wc-blocks-checkout',
5 => 'wc-blocks-checkout-events',
6 => 'wc-blocks-components',
7 => 'wc-blocks-data-store',
8 => 'wc-blocks-registry',
9 => 'wc-blocks-shared-context',
10 => 'wc-blocks-shared-hocs',
11 => 'wc-price-format',
12 => 'wc-settings',
13 => 'wc-types',
14 => 'wp-a11y',
15 => 'wp-api-fetch',
16 => 'wp-autop',
17 => 'wp-compose',
18 => 'wp-data',
19 => 'wp-deprecated',
20 => 'wp-element',
21 => 'wp-hooks',
22 => 'wp-html-entities',
23 => 'wp-i18n',
24 => 'wp-is-shallow-equal',
25 => 'wp-keycodes',
26 => 'wp-notices',
27 => 'wp-plugins',
28 => 'wp-polyfill',
29 => 'wp-primitives',
30 => 'wp-style-engine',
31 => 'wp-wordcount',
),
),
'assets/client/blocks/cart-blocks/order-summary-taxes-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-taxes-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-taxes-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-taxes-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/proceed-to-checkout-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/proceed-to-checkout-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-accepted-payment-methods-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-accepted-payment-methods-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-shipping-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-shipping-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-coupon-form-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-coupon-form-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-totals-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-totals-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-line-items-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-line-items-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-fee-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-fee-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-express-payment-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-express-payment-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-cross-sells-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-cross-sells-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-totals-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-totals-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-cross-sells-products-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-cross-sells-products-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-subtotal-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-subtotal-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-fee-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-fee-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-line-items-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-line-items-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-subtotal-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-subtotal-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-cross-sells-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-cross-sells-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-discount-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-discount-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-coupon-form-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-coupon-form-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-express-payment-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-express-payment-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-items-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-items-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-heading-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-heading-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-heading-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-heading-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-accepted-payment-methods-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-accepted-payment-methods-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-discount-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-discount-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-totals-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-totals-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/proceed-to-checkout-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/proceed-to-checkout-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-items-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-items-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-cross-sells-products-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-cross-sells-products-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/filled-cart-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/filled-cart-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-order-summary-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-order-summary-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/cart-order-summary-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-order-summary-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/filled-cart-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/filled-cart-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-shipping-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-shipping-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/empty-cart-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/empty-cart-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/order-summary-totals-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/order-summary-totals-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-blocks/empty-cart-style.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/empty-cart-style.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-order-summary-taxes-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-order-summary-taxes-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-order-summary-subtotal-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-order-summary-subtotal-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-order-summary-totals-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-order-summary-totals-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/filled-cart-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/filled-cart-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/empty-cart-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/empty-cart-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-totals-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-totals-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-items-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-items-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-line-items-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-line-items-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-order-summary-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-order-summary-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-express-payment-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-express-payment-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/proceed-to-checkout-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/proceed-to-checkout-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-accepted-payment-methods-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-accepted-payment-methods-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-order-summary-coupon-form-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-order-summary-coupon-form-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-order-summary-discount-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-order-summary-discount-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-order-summary-fee-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-order-summary-fee-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-order-summary-heading-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-order-summary-heading-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-order-summary-shipping-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-order-summary-shipping-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-cross-sells-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-cross-sells-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/cart-cross-sells-products-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-cross-sells-products-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout.js',
'version' => '26bd7fbc30a0d3b57bce',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-checkout',
3 => 'wc-blocks-checkout-events',
4 => 'wc-blocks-components',
5 => 'wc-blocks-data-store',
6 => 'wc-blocks-registry',
7 => 'wc-price-format',
8 => 'wc-settings',
9 => 'wc-types',
10 => 'wp-a11y',
11 => 'wp-api-fetch',
12 => 'wp-autop',
13 => 'wp-block-editor',
14 => 'wp-blocks',
15 => 'wp-components',
16 => 'wp-compose',
17 => 'wp-core-data',
18 => 'wp-data',
19 => 'wp-deprecated',
20 => 'wp-dom',
21 => 'wp-editor',
22 => 'wp-element',
23 => 'wp-hooks',
24 => 'wp-html-entities',
25 => 'wp-i18n',
26 => 'wp-is-shallow-equal',
27 => 'wp-keycodes',
28 => 'wp-notices',
29 => 'wp-plugins',
30 => 'wp-polyfill',
31 => 'wp-primitives',
32 => 'wp-url',
33 => 'wp-wordcount',
),
),
'assets/client/blocks/checkout-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-frontend.js',
'version' => '9284299da7eb3a8b062c',
'dependencies' =>
array (
0 => 'wc-cart-checkout-base',
1 => 'wc-cart-checkout-vendors',
2 => 'react',
3 => 'react-jsx-runtime',
4 => 'wc-blocks-checkout',
5 => 'wc-blocks-checkout-events',
6 => 'wc-blocks-components',
7 => 'wc-blocks-data-store',
8 => 'wc-blocks-registry',
9 => 'wc-blocks-shared-hocs',
10 => 'wc-price-format',
11 => 'wc-settings',
12 => 'wc-types',
13 => 'wp-a11y',
14 => 'wp-api-fetch',
15 => 'wp-autop',
16 => 'wp-components',
17 => 'wp-compose',
18 => 'wp-data',
19 => 'wp-deprecated',
20 => 'wp-dom',
21 => 'wp-element',
22 => 'wp-hooks',
23 => 'wp-html-entities',
24 => 'wp-i18n',
25 => 'wp-is-shallow-equal',
26 => 'wp-notices',
27 => 'wp-plugins',
28 => 'wp-polyfill',
29 => 'wp-primitives',
30 => 'wp-url',
31 => 'wp-wordcount',
),
),
'assets/client/blocks/cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-actions-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-actions-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-additional-information-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-additional-information-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-billing-address-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-billing-address-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-contact-information-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-contact-information-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-express-payment-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-express-payment-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-fields-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-fields-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-order-note-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-order-note-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-order-summary-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-order-summary-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-order-summary-cart-items-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-order-summary-cart-items-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-order-summary-coupon-form-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-order-summary-coupon-form-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-order-summary-discount-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-order-summary-discount-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-order-summary-fee-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-order-summary-fee-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-order-summary-shipping-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-order-summary-shipping-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-order-summary-subtotal-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-order-summary-subtotal-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-order-summary-taxes-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-order-summary-taxes-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-order-summary-totals-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-order-summary-totals-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-payment-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-payment-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-shipping-address-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-shipping-address-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-shipping-methods-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-shipping-methods-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-shipping-method-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-shipping-method-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-pickup-options-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-pickup-options-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-terms-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-terms-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/checkout-totals-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-totals-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-contents.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents.js',
'version' => 'dcd56c9c2a1c3ac052dc',
'dependencies' =>
array (
0 => 'react',
1 => 'react-jsx-runtime',
2 => 'wc-blocks-checkout',
3 => 'wc-blocks-components',
4 => 'wc-blocks-data-store',
5 => 'wc-blocks-registry',
6 => 'wc-price-format',
7 => 'wc-settings',
8 => 'wc-types',
9 => 'wp-a11y',
10 => 'wp-autop',
11 => 'wp-block-editor',
12 => 'wp-blocks',
13 => 'wp-components',
14 => 'wp-data',
15 => 'wp-deprecated',
16 => 'wp-dom',
17 => 'wp-element',
18 => 'wp-hooks',
19 => 'wp-html-entities',
20 => 'wp-i18n',
21 => 'wp-is-shallow-equal',
22 => 'wp-keycodes',
23 => 'wp-polyfill',
24 => 'wp-primitives',
25 => 'wp-wordcount',
),
),
'assets/client/blocks/empty-mini-cart-contents-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/empty-mini-cart-contents-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/filled-mini-cart-contents-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/filled-mini-cart-contents-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-footer-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-footer-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-items-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-items-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-products-table-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-products-table-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-shopping-button-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-shopping-button-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-cart-button-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-cart-button-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-checkout-button-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-checkout-button-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-title-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-title-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-title-items-counter-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-title-items-counter-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
'assets/client/blocks/mini-cart-title-label-block.js' =>
array (
'src' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-title-label-block.js',
'version' => 'wc-10.1.2',
'dependencies' =>
array (
),
),
),
'script_data_modified' => false,
'script_data_hash' => 'a50f6b62ee2495af24ecb28c737b4c71',
'script_data_transient_key' => 'woocommerce_blocks_asset_api_script_data_ssl',
'package' =>
Automattic\WooCommerce\Blocks\Domain\Package::__set_state(array(
'version' => '11.8.0-dev',
'path' => '/var/www/biblicalcounseling.com/htdocs/wp-content/plugins/woocommerce',
'plugin_dir_url' => 'https://biblicalcounseling.com/wp-content/plugins/woocommerce/',
'feature_gating' => NULL,
)),
)),
)),
)),
1 => 'set_classic_template_data',
),
'accepted_args' => 1,
),
'seopress_404_log' =>
array (
'function' => 'seopress_404_log',
'accepted_args' => 1,
),
'wc_template_redirect' =>
array (
'function' => 'wc_template_redirect',
'accepted_args' => 1,
),
'wc_send_frame_options_header' =>
array (
'function' => 'wc_send_frame_options_header',
'accepted_args' => 1,
),
'wc_prevent_endpoint_indexing' =>
array (
'function' => 'wc_prevent_endpoint_indexing',
'accepted_args' => 1,
),
'wc_prevent_adjacent_posts_rel_link_wp_head' =>
array (
'function' => 'wc_prevent_adjacent_posts_rel_link_wp_head',
'accepted_args' => 1,
),
'0000000000001e370000000000000000maybe_add_redirect_notice' =>
array (
'function' =>
array (
0 =>
AutomateWoo\Frontend_Endpoints\Login_Redirect::__set_state(array(
)),
1 => 'maybe_add_redirect_notice',
),
'accepted_args' => 1,
),
'AutomateWoo\\Hooks::maybe_init_pages' =>
array (
'function' =>
array (
0 => 'AutomateWoo\\Hooks',
1 => 'maybe_init_pages',
),
'accepted_args' => 1,
),
'AutomateWoo\\Hooks::init_shortcodes' =>
array (
'function' =>
array (
0 => 'AutomateWoo\\Hooks',
1 => 'init_shortcodes',
),
'accepted_args' => 1,
),
'0000000000001eb10000000000000000load_file_preview' =>
array (
'function' =>
array (
0 =>
WPDesk\FCF\Pro\Field\File\PreviewGenerator::__set_state(array(
'file_uploader' =>
WPDesk\FCF\Pro\Field\File\FileUploader::__set_state(array(
'request_id' => NULL,
)),
)),
1 => 'load_file_preview',
),
'accepted_args' => 1,
),
'llms_template_redirect' =>
array (
'function' => 'llms_template_redirect',
'accepted_args' => 1,
),
'00000000000027ad0000000000000000wp_maintenance_mode' =>
array (
'function' =>
array (
0 =>
Smush\Core\Integrations\Common::__set_state(array(
'cdn_helper' =>
Smush\Core\CDN\CDN_Helper::__set_state(array(
'settings' =>
Smush\Core\Settings::__set_state(array(
'settings' =>
array (
'auto' => true,
'lossy' => false,
'strip_exif' => true,
'resize' => false,
'detection' => false,
'original' => false,
'backup' => false,
'no_scale' => false,
'png_to_jpg' => false,
'nextgen' => false,
's3' => false,
'gutenberg' => false,
'js_builder' => false,
'gform' => false,
'cdn' => false,
'auto_resizing' => false,
'cdn_dynamic_sizes' => false,
'webp' => true,
'usage' => false,
'accessible_colors' => false,
'keep_data' => true,
'lazy_load' => false,
'background_images' => true,
'rest_api_support' => false,
'webp_mod' => false,
'background_email' => false,
'webp_direct_conversion' => false,
'webp_fallback' => false,
'disable_streams' => false,
'avif_mod' => false,
'avif_fallback' => false,
'image_dimensions' => false,
'preload_images' => false,
'auto_resize' => false,
),
'defaults' =>
array (
'auto' => true,
'lossy' => 0,
'strip_exif' => true,
'resize' => false,
'detection' => false,
'original' => false,
'backup' => false,
'no_scale' => false,
'png_to_jpg' => false,
'nextgen' => false,
's3' => false,
'gutenberg' => false,
'js_builder' => false,
'gform' => false,
'cdn' => false,
'auto_resizing' => false,
'cdn_dynamic_sizes' => false,
'webp' => 1,
'usage' => false,
'accessible_colors' => false,
'keep_data' => true,
'lazy_load' => false,
'background_images' => true,
'rest_api_support' => false,
'webp_mod' => false,
'background_email' => false,
'webp_direct_conversion' => false,
'webp_fallback' => false,
'disable_streams' => false,
'avif_mod' => false,
'avif_fallback' => false,
'image_dimensions' => false,
'preload_images' => false,
),
'modules' =>
array (
0 => 'bulk',
1 => 'integrations',
2 => 'lazy_load',
3 => 'cdn',
4 => 'next_gen',
5 => 'settings',
),
'bulk_fields' =>
array (
0 => 'lossy',
1 => 'bulk',
2 => 'auto',
3 => 'original',
4 => 'strip_exif',
5 => 'resize',
6 => 'backup',
7 => 'png_to_jpg',
8 => 'no_scale',
9 => 'background_email',
),
'upsell_fields' =>
array (
0 => 'background_email',
),
'integrations_fields' =>
array (
0 => 'gutenberg',
1 => 'gform',
2 => 'js_builder',
3 => 's3',
4 => 'nextgen',
),
'cdn_fields' =>
array (
0 => 'cdn',
1 => 'background_images',
2 => 'cdn_dynamic_sizes',
3 => 'webp',
4 => 'rest_api_support',
),
'webp_fields' =>
array (
0 => 'webp_mod',
1 => 'webp_direct_conversion',
2 => 'webp_fallback',
),
'avif_fields' =>
array (
0 => 'avif_mod',
1 => 'avif_fallback',
),
'settings_fields' =>
array (
0 => 'detection',
1 => 'accessible_colors',
2 => 'usage',
3 => 'keep_data',
4 => 'api_auth',
5 => 'disable_streams',
),
'lazy_load_fields' =>
array (
0 => 'lazy_load',
1 => 'auto_resizing',
2 => 'image_dimensions',
),
'preload_fields' =>
array (
0 => 'preload_images',
),
'activated_subsite_modules' =>
array (
),
'is_switching_subsite' => false,
)),
'cdn_active' => false,
'status' => false,
'cdn_base_url' => NULL,
'url_utils' =>
Smush\Core\Url_Utils::__set_state(array(
'upload_dir' =>
Smush\Core\Upload_Dir::__set_state(array(
'wp_upload_dir' => NULL,
'root_path' => NULL,
'upload_path' => NULL,
'upload_rel_path' => NULL,
'upload_url' => NULL,
)),
'content_url' => NULL,
)),
'is_pro' => NULL,
'array_utils' =>
Smush\Core\Array_Utils::__set_state(array(
)),
'keyword_exclusions' => NULL,
'supported_extensions' =>
array (
0 => 'gif',
1 => 'jpg',
2 => 'jpeg',
3 => 'png',
4 => 'webp',
),
'generated_urls' =>
array (
),
'original_urls' =>
array (
),
)),
)),
1 => 'wp_maintenance_mode',
),
'accepted_args' => 1,
),
'00000000000028250000000000000000set_session' =>
array (
'function' =>
array (
0 =>
WC_Stripe_Express_Checkout_Element::__set_state(array(
'stripe_settings' =>
array (
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'secret_key' => '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',
'enabled' => 'yes',
'apple_pay_domain_set' => 'yes',
'title' => 'Credit Card (Stripe)',
'description' => 'Pay with your credit card via Stripe.',
'testmode' => 'no',
'test_publishable_key' => 'pk_test_frMo1ExrVQWkU6nZkOZb3MEM',
'test_secret_key' => 'sk_test_rJZFraUwrfd13U3ISgB6QJEO',
'test_webhook_secret' => 'whsec_DBL4Lobeg7YTYvPuDfrG6twRFiGtJ80z',
'webhook_secret' => 'whsec_5YeAA9mycoW7lo5L49g9rRrEkqyCfi2u',
'inline_cc_form' => 'no',
'statement_descriptor' => '',
'capture' => 'yes',
'payment_request' => 'yes',
'payment_request_button_type' => 'buy',
'payment_request_button_theme' => 'dark',
'payment_request_button_height' => '44',
'payment_request_button_label' => 'Buy now',
'payment_request_button_branded_type' => 'long',
'saved_cards' => 'yes',
'logging' => 'no',
'apple_pay_verified_domain' => 'biblicalcounseling.com',
'stripe_upe_payment_method_order' =>
array (
0 => 'card',
1 => 'us_bank_account',
2 => 'alipay',
3 => 'amazon_pay',
4 => 'blik',
5 => 'giropay',
6 => 'klarna',
7 => 'affirm',
8 => 'afterpay_clearpay',
9 => 'eps',
10 => 'bancontact',
11 => 'boleto',
12 => 'ideal',
13 => 'oxxo',
14 => 'sepa_debit',
15 => 'p24',
16 => 'sofort',
17 => 'multibanco',
18 => 'link',
19 => 'wechat_pay',
20 => 'cashapp',
21 => 'acss_debit',
22 => 'bacs_debit',
23 => 'au_becs_debit',
),
'pmc_enabled' => 'no',
'webhook_data' =>
array (
'id' => 'we_1S8DSpLuWVXo3uwaf0L20O80',
'url' => 'https://biblicalcounseling.com/?wc-api=wc_stripe',
'secret' => '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',
),
'payment_request_button_locations' =>
array (
0 => 'product',
1 => 'cart',
),
'upe_checkout_experience_enabled' => 'yes',
'upe_checkout_experience_accepted_payments' =>
array (
0 => 'card',
1 => 'link',
),
),
'express_checkout_ajax_handler' =>
WC_Stripe_Express_Checkout_Ajax_Handler::__set_state(array(
'express_checkout_helper' =>
WC_Stripe_Express_Checkout_Helper::__set_state(array(
'stripe_settings' =>
array (
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'secret_key' => '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',
'enabled' => 'yes',
'apple_pay_domain_set' => 'yes',
'title' => 'Credit Card (Stripe)',
'description' => 'Pay with your credit card via Stripe.',
'testmode' => 'no',
'test_publishable_key' => 'pk_test_frMo1ExrVQWkU6nZkOZb3MEM',
'test_secret_key' => 'sk_test_rJZFraUwrfd13U3ISgB6QJEO',
'test_webhook_secret' => 'whsec_DBL4Lobeg7YTYvPuDfrG6twRFiGtJ80z',
'webhook_secret' => 'whsec_5YeAA9mycoW7lo5L49g9rRrEkqyCfi2u',
'inline_cc_form' => 'no',
'statement_descriptor' => '',
'capture' => 'yes',
'payment_request' => 'yes',
'payment_request_button_type' => 'buy',
'payment_request_button_theme' => 'dark',
'payment_request_button_height' => '44',
'payment_request_button_label' => 'Buy now',
'payment_request_button_branded_type' => 'long',
'saved_cards' => 'yes',
'logging' => 'no',
'apple_pay_verified_domain' => 'biblicalcounseling.com',
'stripe_upe_payment_method_order' =>
array (
0 => 'card',
1 => 'us_bank_account',
2 => 'alipay',
3 => 'amazon_pay',
4 => 'blik',
5 => 'giropay',
6 => 'klarna',
7 => 'affirm',
8 => 'afterpay_clearpay',
9 => 'eps',
10 => 'bancontact',
11 => 'boleto',
12 => 'ideal',
13 => 'oxxo',
14 => 'sepa_debit',
15 => 'p24',
16 => 'sofort',
17 => 'multibanco',
18 => 'link',
19 => 'wechat_pay',
20 => 'cashapp',
21 => 'acss_debit',
22 => 'bacs_debit',
23 => 'au_becs_debit',
),
'pmc_enabled' => 'no',
'webhook_data' =>
array (
'id' => 'we_1S8DSpLuWVXo3uwaf0L20O80',
'url' => 'https://biblicalcounseling.com/?wc-api=wc_stripe',
'secret' => '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',
),
'payment_request_button_locations' =>
array (
0 => 'product',
1 => 'cart',
),
'upe_checkout_experience_enabled' => 'yes',
'upe_checkout_experience_accepted_payments' =>
array (
0 => 'card',
1 => 'link',
),
),
'total_label' => ' (via WooCommerce)',
'testmode' => false,
'gateway' =>
WC_Stripe_UPE_Payment_Gateway::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe',
'errors' =>
array (
),
'settings' =>
array (
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'secret_key' => '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',
'enabled' => 'yes',
'apple_pay_domain_set' => 'yes',
'title' => 'Credit Card (Stripe)',
'description' => 'Pay with your credit card via Stripe.',
'testmode' => 'no',
'test_publishable_key' => 'pk_test_frMo1ExrVQWkU6nZkOZb3MEM',
'test_secret_key' => 'sk_test_rJZFraUwrfd13U3ISgB6QJEO',
'test_webhook_secret' => 'whsec_DBL4Lobeg7YTYvPuDfrG6twRFiGtJ80z',
'webhook_secret' => 'whsec_5YeAA9mycoW7lo5L49g9rRrEkqyCfi2u',
'inline_cc_form' => 'no',
'statement_descriptor' => '',
'capture' => 'yes',
'payment_request' => 'yes',
'payment_request_button_type' => 'buy',
'payment_request_button_theme' => 'dark',
'payment_request_button_height' => '44',
'payment_request_button_label' => 'Buy now',
'payment_request_button_branded_type' => 'long',
'saved_cards' => 'yes',
'logging' => 'no',
'apple_pay_verified_domain' => 'biblicalcounseling.com',
'stripe_upe_payment_method_order' =>
array (
0 => 'card',
1 => 'us_bank_account',
2 => 'alipay',
3 => 'amazon_pay',
4 => 'blik',
5 => 'giropay',
6 => 'klarna',
7 => 'affirm',
8 => 'afterpay_clearpay',
9 => 'eps',
10 => 'bancontact',
11 => 'boleto',
12 => 'ideal',
13 => 'oxxo',
14 => 'sepa_debit',
15 => 'p24',
16 => 'sofort',
17 => 'multibanco',
18 => 'link',
19 => 'wechat_pay',
20 => 'cashapp',
21 => 'acss_debit',
22 => 'bacs_debit',
23 => 'au_becs_debit',
),
'pmc_enabled' => 'no',
'webhook_data' =>
array (
'id' => 'we_1S8DSpLuWVXo3uwaf0L20O80',
'url' => 'https://biblicalcounseling.com/?wc-api=wc_stripe',
'secret' => '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',
),
'payment_request_button_locations' =>
array (
0 => 'product',
1 => 'cart',
),
'upe_checkout_experience_enabled' => 'yes',
'upe_checkout_experience_accepted_payments' =>
array (
0 => 'card',
1 => 'link',
),
'sepa_tokens_for_other_methods' => 'yes',
),
'form_fields' =>
array (
'enabled' =>
array (
'title' => 'Enable/Disable',
'label' => 'Enable Stripe',
'type' => 'checkbox',
'description' => '',
'default' => 'no',
),
'api_credentials' =>
array (
'title' => 'Stripe Account Keys',
'type' => 'stripe_account_keys',
),
'testmode' =>
array (
'title' => 'Test mode',
'label' => 'Enable Test Mode',
'type' => 'checkbox',
'description' => 'Place the payment gateway in test mode using test API keys.',
'default' => 'yes',
'desc_tip' => true,
),
'test_publishable_key' =>
array (
'title' => 'Test Publishable Key',
'type' => 'text',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "pk_test_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'test_secret_key' =>
array (
'title' => 'Test Secret Key',
'type' => 'password',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "sk_test_" or "rk_test_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'publishable_key' =>
array (
'title' => 'Live Publishable Key',
'type' => 'text',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "pk_live_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'secret_key' =>
array (
'title' => 'Live Secret Key',
'type' => 'password',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "sk_live_" or "rk_live_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'webhook' =>
array (
'title' => 'Webhook Endpoints',
'type' => 'title',
'description' => 'You must add the following webhook endpoint https://biblicalcounseling.com/?wc-api=wc_stripe to your Stripe account settings (if there isn\'t one already enabled). This will enable you to receive notifications on the charge statuses.
The most recent live webhook, timestamped 2025-11-20 05:11:29 UTC, was processed successfully.. There are approximately 4 webhooks pending.',
),
'test_webhook_secret' =>
array (
'title' => 'Test Webhook Secret',
'type' => 'password',
'description' => 'Get your webhook signing secret from the webhooks section in your stripe account.',
'default' => '',
'desc_tip' => true,
),
'webhook_secret' =>
array (
'title' => 'Webhook Secret',
'type' => 'password',
'description' => 'Get your webhook signing secret from the webhooks section in your stripe account.',
'default' => '',
'desc_tip' => true,
),
'statement_descriptor' =>
array (
'title' => 'Statement Descriptor',
'type' => 'text',
'description' => 'Statement descriptors are limited to 22 characters, cannot use the special characters >, <, ", \\, \', *, /, (, ), {, }, and must not consist solely of numbers. This will appear on your customer\'s statement in capital letters.',
'default' => '',
'desc_tip' => true,
),
'short_statement_descriptor' =>
array (
'title' => 'Short Statement Descriptor',
'type' => 'text',
'description' => 'Shortened version of the statement descriptor in combination with the customer order number.',
'default' => '',
'desc_tip' => true,
),
'capture' =>
array (
'title' => 'Capture',
'label' => 'Capture charge immediately',
'type' => 'checkbox',
'description' => 'Whether or not to immediately capture the charge. When unchecked, the charge issues an authorization and will need to be captured later. Uncaptured charges expire in 7 days.',
'default' => 'yes',
'desc_tip' => true,
),
'payment_request' =>
array (
'title' => 'Payment Request Buttons',
'label' => 'Enable Payment Request Buttons. (Apple Pay/Google Pay)
By using Apple Pay, you agree to Stripe and Apple\'s terms of service. (Apple Pay domain verification is performed automatically in live mode; configuration can be found on the Stripe dashboard.)',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay using Apple Pay or Chrome Payment Request if supported by the browser.',
'default' => 'yes',
'desc_tip' => true,
),
'payment_request_button_type' =>
array (
'title' => 'Payment Request Button Type',
'label' => 'Button Type',
'type' => 'select',
'description' => 'Select the button type you would like to show.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'default' => 'Only icon',
'buy' => 'Buy',
'donate' => 'Donate',
'book' => 'Book',
),
),
'payment_request_button_theme' =>
array (
'title' => 'Payment Request Button Theme',
'label' => 'Button Theme',
'type' => 'select',
'description' => 'Select the button theme you would like to show.',
'default' => 'dark',
'desc_tip' => true,
'options' =>
array (
'dark' => 'Dark',
'light' => 'Light',
'light-outline' => 'Light-Outline',
),
),
'payment_request_button_locations' =>
array (
'title' => 'Payment Request Button Locations',
'type' => 'multiselect',
'description' => 'Select where you would like Payment Request Buttons to be displayed',
'desc_tip' => true,
'class' => 'wc-enhanced-select',
'options' =>
array (
'product' => 'Product',
'cart' => 'Cart',
'checkout' => 'Checkout',
),
'default' =>
array (
0 => 'product',
1 => 'cart',
2 => 'checkout',
),
'custom_attributes' =>
array (
'data-placeholder' => 'Select pages',
),
),
'payment_request_button_size' =>
array (
'title' => 'Payment Request Button Size',
'type' => 'select',
'description' => 'Select the size of the button.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'small' => 'Small (40px)',
'default' => 'Default (48px)',
'large' => 'Large (56px)',
),
),
'saved_cards' =>
array (
'title' => 'Saved Cards',
'label' => 'Enable Payment via Saved Cards',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay with a saved card during checkout. Card details are saved on Stripe servers, not on your store.',
'default' => 'yes',
'desc_tip' => true,
),
'sepa_tokens_for_other_methods' =>
array (
'title' => 'SEPA Direct Debit tokens for other methods',
'label' => 'Enable SEPA Direct Debit tokens for other methods',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay with iDEAL or Bancontact and save the method as a SEPA Direct Debit method.',
'default' => 'yes',
'desc_tip' => true,
),
'logging' =>
array (
'title' => 'Logging',
'label' => 'Log debug messages',
'type' => 'checkbox',
'description' => 'Save debug messages to the WooCommerce System Status log.',
'default' => 'no',
'desc_tip' => true,
),
'amazon_pay_button_locations' =>
array (
'title' => 'Amazon Pay Button Locations',
'type' => 'multiselect',
'description' => 'Select where you would like Amazon Pay Button to be displayed',
'desc_tip' => true,
'class' => 'wc-enhanced-select',
'options' =>
array (
'product' => 'Product',
'cart' => 'Cart',
'checkout' => 'Checkout',
),
'default' =>
array (
0 => 'product',
1 => 'cart',
),
'custom_attributes' =>
array (
'data-placeholder' => 'Select pages',
),
),
'amazon_pay_button_size' =>
array (
'title' => 'Amazon Pay Button Size',
'type' => 'select',
'description' => 'Select the size of the button.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'small' => 'Small (40px)',
'default' => 'Default (48px)',
'large' => 'Large (56px)',
),
),
'optimized_checkout_layout' =>
array (
'title' => 'Optimized Checkout Layout',
'type' => 'select',
'description' => 'Select the layout of the container.',
'default' => 'accordion',
'desc_tip' => true,
'options' =>
array (
'accordion' => 'Accordion',
'tabs' => 'Tabs',
),
),
'upe_checkout_experience_enabled' =>
array (
'title' => 'New checkout experience',
'label' => 'Try the new payment experience (Early access)
Get early access to a new, smarter payment experience on checkout and let us know what you think by submitting your feedback. We recommend this feature for experienced merchants as the functionality is currently limited. Learn more',
'type' => 'checkbox',
'description' => 'New checkout experience allows you to manage all payment methods on one screen and display them to customers based on their currency and location.',
'default' => 'no',
'desc_tip' => true,
),
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Credit / Debit Card',
'description' => '',
'chosen' => NULL,
'method_title' => 'Stripe',
'method_description' => 'Accept debit and credit cards in 135+ currencies, methods such as SEPA, and one-touch checkout with Apple Pay.',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'add_payment_method',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'retry_interval' => 1,
'capture' => NULL,
'statement_descriptor' => '',
'saved_cards' => true,
'secret_key' => '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',
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'payment_request' => NULL,
'testmode' => false,
'inline_cc_form' => NULL,
'order_pay_intent' => NULL,
'notices' =>
array (
),
'sepa_tokens_for_other_methods' => true,
'spe_enabled' => NULL,
'oc_enabled' => false,
'intent_controller' =>
WC_Stripe_Intent_Controller::__set_state(array(
'gateway' => NULL,
)),
'action_scheduler_service' =>
WC_Stripe_Action_Scheduler_Service::__set_state(array(
)),
'payment_methods' =>
array (
'card' =>
WC_Stripe_UPE_Payment_Method_CC::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_card',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Credit / Debit Card',
'description' => 'Let your customers pay with major credit and debit cards without leaving your store.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'subscriptions',
3 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'card',
'label' => 'Credit / Debit Card',
'is_reusable' => true,
'supported_currencies' => NULL,
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'us_bank_account' =>
WC_Stripe_UPE_Payment_Method_ACH::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_us_bank_account',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'ACH Direct Debit',
'description' => 'Pay directly from your US bank account via ACH.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'us_bank_account',
'label' => 'ACH Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'alipay' =>
WC_Stripe_UPE_Payment_Method_Alipay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_alipay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Alipay',
'description' => 'Alipay is a popular wallet in China, operated by Ant Financial Services Group, a financial services provider affiliated with Alibaba.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'alipay',
'label' => 'Alipay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
1 => 'AUD',
2 => 'CAD',
3 => 'CNY',
4 => 'GBP',
5 => 'HKD',
6 => 'JPY',
7 => 'NZD',
8 => 'SGD',
9 => 'USD',
10 => 'MYR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'amazon_pay' =>
WC_Stripe_UPE_Payment_Method_Amazon_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_amazon_pay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Amazon Pay',
'description' => 'Amazon Pay is a payment method that allows customers to pay with their Amazon account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'amazon_pay',
'label' => 'Amazon Pay',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'blik' =>
WC_Stripe_UPE_Payment_Method_BLIK::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_blik',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'BLIK',
'description' => 'BLIK enables customers in Poland to pay directly via online payouts from their bank account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'blik',
'label' => 'BLIK',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'PLN',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'BE',
2 => 'BG',
3 => 'HR',
4 => 'CY',
5 => 'CZ',
6 => 'DK',
7 => 'EE',
8 => 'FI',
9 => 'FR',
10 => 'DE',
11 => 'GR',
12 => 'HU',
13 => 'IS',
14 => 'IE',
15 => 'IT',
16 => 'LV',
17 => 'LI',
18 => 'LT',
19 => 'LU',
20 => 'MT',
21 => 'NL',
22 => 'NO',
23 => 'PL',
24 => 'PT',
25 => 'RO',
26 => 'SK',
27 => 'SI',
28 => 'ES',
29 => 'SE',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => false,
'oc_enabled' => false,
)),
'klarna' =>
WC_Stripe_UPE_Payment_Method_Klarna::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_klarna',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Klarna',
'description' => 'Allow customers to pay over time with Klarna.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'klarna',
'label' => 'Klarna',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'AUD',
1 => 'CAD',
2 => 'CHF',
3 => 'CZK',
4 => 'DKK',
5 => 'EUR',
6 => 'GBP',
7 => 'NOK',
8 => 'NZD',
9 => 'PLN',
10 => 'SEK',
11 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
1 => 'AT',
2 => 'BE',
3 => 'CA',
4 => 'HR',
5 => 'CY',
6 => 'CZ',
7 => 'DK',
8 => 'EE',
9 => 'FI',
10 => 'FR',
11 => 'DE',
12 => 'GR',
13 => 'IE',
14 => 'IT',
15 => 'LV',
16 => 'LT',
17 => 'LU',
18 => 'MT',
19 => 'NL',
20 => 'NZ',
21 => 'NO',
22 => 'PL',
23 => 'PT',
24 => 'RO',
25 => 'SK',
26 => 'SI',
27 => 'ES',
28 => 'SE',
29 => 'CH',
30 => 'GB',
31 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'affirm' =>
WC_Stripe_UPE_Payment_Method_Affirm::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_affirm',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Affirm',
'description' => 'Allow customers to pay over time with Affirm.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'affirm',
'label' => 'Affirm',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'CAD',
1 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
1 => 'CA',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
'CAD' =>
array (
'CA' =>
array (
'min' => 5000,
'max' => 3000000,
),
),
'USD' =>
array (
'US' =>
array (
'min' => 5000,
'max' => 3000000,
),
),
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'afterpay_clearpay' =>
WC_Stripe_UPE_Payment_Method_Afterpay_Clearpay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_afterpay_clearpay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Clearpay / Afterpay',
'description' => 'Allow customers to pay over time with Clearpay / Afterpay.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'afterpay_clearpay',
'label' => 'Clearpay / Afterpay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'USD',
1 => 'CAD',
2 => 'GBP',
3 => 'AUD',
4 => 'NZD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
1 => 'CA',
2 => 'GB',
3 => 'NZ',
4 => 'US',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
'AUD' =>
array (
'AU' =>
array (
'min' => 100,
'max' => 200000,
),
),
'CAD' =>
array (
'CA' =>
array (
'min' => 100,
'max' => 200000,
),
),
'NZD' =>
array (
'NZ' =>
array (
'min' => 100,
'max' => 200000,
),
),
'GBP' =>
array (
'GB' =>
array (
'min' => 100,
'max' => 120000,
),
),
'USD' =>
array (
'US' =>
array (
'min' => 100,
'max' => 400000,
),
),
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'eps' =>
WC_Stripe_UPE_Payment_Method_Eps::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_eps',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'EPS',
'description' => 'EPS is an Austria-based payment method that allows customers to complete transactions online using their bank credentials.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'eps',
'label' => 'EPS',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'bancontact' =>
WC_Stripe_UPE_Payment_Method_Bancontact::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_bancontact',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Bancontact',
'description' => 'Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'bancontact',
'label' => 'Bancontact',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'boleto' =>
WC_Stripe_UPE_Payment_Method_Boleto::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_boleto',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Boleto',
'description' => 'Boleto is an official payment method in Brazil. Customers receive a voucher that can be paid at authorized agencies or banks, ATMs, or online bank portals.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'boleto',
'label' => 'Boleto',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'BRL',
),
'can_refund' => false,
'supported_countries' =>
array (
0 => 'BR',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'ideal' =>
WC_Stripe_UPE_Payment_Method_Ideal::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_ideal',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'iDEAL',
'description' => 'iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'ideal',
'label' => 'iDEAL',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'oxxo' =>
WC_Stripe_UPE_Payment_Method_Oxxo::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_oxxo',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'OXXO',
'description' => 'OXXO is a Mexican chain of convenience stores that allows customers to pay bills and online purchases in-store with cash.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'oxxo',
'label' => 'OXXO',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'MXN',
),
'can_refund' => false,
'supported_countries' =>
array (
0 => 'MX',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'sepa_debit' =>
WC_Stripe_UPE_Payment_Method_Sepa::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_sepa_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'SEPA Direct Debit',
'description' => 'Reach 500 million customers and over 20 million businesses across the European Union.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'sepa_debit',
'label' => 'SEPA Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'p24' =>
WC_Stripe_UPE_Payment_Method_P24::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_p24',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Przelewy24',
'description' => 'Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'p24',
'label' => 'Przelewy24',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
1 => 'PLN',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'multibanco' =>
WC_Stripe_UPE_Payment_Method_Multibanco::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_multibanco',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Multibanco',
'description' => 'Multibanco is an interbank network that links the ATMs of all major banks in Portugal, allowing customers to pay through either their ATM or online banking environment.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'multibanco',
'label' => 'Multibanco',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'BE',
2 => 'BG',
3 => 'HR',
4 => 'CY',
5 => 'CZ',
6 => 'DK',
7 => 'EE',
8 => 'FI',
9 => 'FR',
10 => 'DE',
11 => 'GI',
12 => 'GR',
13 => 'HU',
14 => 'IE',
15 => 'IT',
16 => 'LV',
17 => 'LI',
18 => 'LT',
19 => 'LU',
20 => 'MT',
21 => 'NL',
22 => 'NO',
23 => 'PL',
24 => 'PT',
25 => 'RO',
26 => 'SK',
27 => 'SI',
28 => 'ES',
29 => 'SE',
30 => 'CH',
31 => 'GB',
32 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'link' =>
WC_Stripe_UPE_Payment_Method_Link::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_link',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Link',
'description' => 'Link is a payment method that allows customers to save payment information and use the payment details
for further payments.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'link',
'label' => 'Stripe Link',
'is_reusable' => true,
'supported_currencies' => NULL,
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'wechat_pay' =>
WC_Stripe_UPE_Payment_Method_Wechat_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_wechat_pay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'WeChat Pay',
'description' => 'WeChat Pay is a popular mobile payment and digital wallet service by WeChat in China.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'wechat_pay',
'label' => 'WeChat Pay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'AUD',
1 => 'CAD',
2 => 'CHF',
3 => 'CNY',
4 => 'DKK',
5 => 'EUR',
6 => 'GBP',
7 => 'HKD',
8 => 'JPY',
9 => 'NOK',
10 => 'SEK',
11 => 'SGD',
12 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'AU',
2 => 'BE',
3 => 'CA',
4 => 'CH',
5 => 'DE',
6 => 'DK',
7 => 'ES',
8 => 'FI',
9 => 'FR',
10 => 'HK',
11 => 'IE',
12 => 'IT',
13 => 'JP',
14 => 'LU',
15 => 'NL',
16 => 'NO',
17 => 'PT',
18 => 'SE',
19 => 'SG',
20 => 'GB',
21 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'cashapp' =>
WC_Stripe_UPE_Payment_Method_Cash_App_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_cashapp',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Cash App Pay',
'description' => 'Cash App is a popular consumer app in the US that allows customers to bank, invest, send, and receive money using their digital wallet.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'cashapp',
'label' => 'Cash App Pay',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'acss_debit' =>
WC_Stripe_UPE_Payment_Method_ACSS::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_acss_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Pre-Authorized Debit',
'description' => 'Canadian Pre-Authorized Debit is a payment method that allows customers to pay using their Canadian bank account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'acss_debit',
'label' => 'Pre-Authorized Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'CAD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'CA',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => false,
'oc_enabled' => false,
)),
'bacs_debit' =>
WC_Stripe_UPE_Payment_Method_Bacs_Debit::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_bacs_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Bacs Direct Debit',
'description' => 'Bacs Direct Debit enables customers in the UK to pay by providing their bank account details.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'bacs_debit',
'label' => 'Bacs Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'GBP',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'GB',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'au_becs_debit' =>
WC_Stripe_UPE_Payment_Method_Becs_Debit::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_au_becs_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'BECS Direct Debit',
'description' => 'Pay directly from your Australian bank account via BECS.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'au_becs_debit',
'label' => 'BECS Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'AUD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
),
)),
)),
)),
'express_checkout_helper' =>
WC_Stripe_Express_Checkout_Helper::__set_state(array(
'stripe_settings' =>
array (
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'secret_key' => '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',
'enabled' => 'yes',
'apple_pay_domain_set' => 'yes',
'title' => 'Credit Card (Stripe)',
'description' => 'Pay with your credit card via Stripe.',
'testmode' => 'no',
'test_publishable_key' => 'pk_test_frMo1ExrVQWkU6nZkOZb3MEM',
'test_secret_key' => 'sk_test_rJZFraUwrfd13U3ISgB6QJEO',
'test_webhook_secret' => 'whsec_DBL4Lobeg7YTYvPuDfrG6twRFiGtJ80z',
'webhook_secret' => 'whsec_5YeAA9mycoW7lo5L49g9rRrEkqyCfi2u',
'inline_cc_form' => 'no',
'statement_descriptor' => '',
'capture' => 'yes',
'payment_request' => 'yes',
'payment_request_button_type' => 'buy',
'payment_request_button_theme' => 'dark',
'payment_request_button_height' => '44',
'payment_request_button_label' => 'Buy now',
'payment_request_button_branded_type' => 'long',
'saved_cards' => 'yes',
'logging' => 'no',
'apple_pay_verified_domain' => 'biblicalcounseling.com',
'stripe_upe_payment_method_order' =>
array (
0 => 'card',
1 => 'us_bank_account',
2 => 'alipay',
3 => 'amazon_pay',
4 => 'blik',
5 => 'giropay',
6 => 'klarna',
7 => 'affirm',
8 => 'afterpay_clearpay',
9 => 'eps',
10 => 'bancontact',
11 => 'boleto',
12 => 'ideal',
13 => 'oxxo',
14 => 'sepa_debit',
15 => 'p24',
16 => 'sofort',
17 => 'multibanco',
18 => 'link',
19 => 'wechat_pay',
20 => 'cashapp',
21 => 'acss_debit',
22 => 'bacs_debit',
23 => 'au_becs_debit',
),
'pmc_enabled' => 'no',
'webhook_data' =>
array (
'id' => 'we_1S8DSpLuWVXo3uwaf0L20O80',
'url' => 'https://biblicalcounseling.com/?wc-api=wc_stripe',
'secret' => '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',
),
'payment_request_button_locations' =>
array (
0 => 'product',
1 => 'cart',
),
'upe_checkout_experience_enabled' => 'yes',
'upe_checkout_experience_accepted_payments' =>
array (
0 => 'card',
1 => 'link',
),
),
'total_label' => ' (via WooCommerce)',
'testmode' => false,
'gateway' =>
WC_Stripe_UPE_Payment_Gateway::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe',
'errors' =>
array (
),
'settings' =>
array (
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'secret_key' => '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',
'enabled' => 'yes',
'apple_pay_domain_set' => 'yes',
'title' => 'Credit Card (Stripe)',
'description' => 'Pay with your credit card via Stripe.',
'testmode' => 'no',
'test_publishable_key' => 'pk_test_frMo1ExrVQWkU6nZkOZb3MEM',
'test_secret_key' => 'sk_test_rJZFraUwrfd13U3ISgB6QJEO',
'test_webhook_secret' => 'whsec_DBL4Lobeg7YTYvPuDfrG6twRFiGtJ80z',
'webhook_secret' => 'whsec_5YeAA9mycoW7lo5L49g9rRrEkqyCfi2u',
'inline_cc_form' => 'no',
'statement_descriptor' => '',
'capture' => 'yes',
'payment_request' => 'yes',
'payment_request_button_type' => 'buy',
'payment_request_button_theme' => 'dark',
'payment_request_button_height' => '44',
'payment_request_button_label' => 'Buy now',
'payment_request_button_branded_type' => 'long',
'saved_cards' => 'yes',
'logging' => 'no',
'apple_pay_verified_domain' => 'biblicalcounseling.com',
'stripe_upe_payment_method_order' =>
array (
0 => 'card',
1 => 'us_bank_account',
2 => 'alipay',
3 => 'amazon_pay',
4 => 'blik',
5 => 'giropay',
6 => 'klarna',
7 => 'affirm',
8 => 'afterpay_clearpay',
9 => 'eps',
10 => 'bancontact',
11 => 'boleto',
12 => 'ideal',
13 => 'oxxo',
14 => 'sepa_debit',
15 => 'p24',
16 => 'sofort',
17 => 'multibanco',
18 => 'link',
19 => 'wechat_pay',
20 => 'cashapp',
21 => 'acss_debit',
22 => 'bacs_debit',
23 => 'au_becs_debit',
),
'pmc_enabled' => 'no',
'webhook_data' =>
array (
'id' => 'we_1S8DSpLuWVXo3uwaf0L20O80',
'url' => 'https://biblicalcounseling.com/?wc-api=wc_stripe',
'secret' => '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',
),
'payment_request_button_locations' =>
array (
0 => 'product',
1 => 'cart',
),
'upe_checkout_experience_enabled' => 'yes',
'upe_checkout_experience_accepted_payments' =>
array (
0 => 'card',
1 => 'link',
),
'sepa_tokens_for_other_methods' => 'yes',
),
'form_fields' =>
array (
'enabled' =>
array (
'title' => 'Enable/Disable',
'label' => 'Enable Stripe',
'type' => 'checkbox',
'description' => '',
'default' => 'no',
),
'api_credentials' =>
array (
'title' => 'Stripe Account Keys',
'type' => 'stripe_account_keys',
),
'testmode' =>
array (
'title' => 'Test mode',
'label' => 'Enable Test Mode',
'type' => 'checkbox',
'description' => 'Place the payment gateway in test mode using test API keys.',
'default' => 'yes',
'desc_tip' => true,
),
'test_publishable_key' =>
array (
'title' => 'Test Publishable Key',
'type' => 'text',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "pk_test_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'test_secret_key' =>
array (
'title' => 'Test Secret Key',
'type' => 'password',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "sk_test_" or "rk_test_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'publishable_key' =>
array (
'title' => 'Live Publishable Key',
'type' => 'text',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "pk_live_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'secret_key' =>
array (
'title' => 'Live Secret Key',
'type' => 'password',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "sk_live_" or "rk_live_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'webhook' =>
array (
'title' => 'Webhook Endpoints',
'type' => 'title',
'description' => 'You must add the following webhook endpoint https://biblicalcounseling.com/?wc-api=wc_stripe to your Stripe account settings (if there isn\'t one already enabled). This will enable you to receive notifications on the charge statuses.
The most recent live webhook, timestamped 2025-11-20 05:11:29 UTC, was processed successfully.. There are approximately 4 webhooks pending.',
),
'test_webhook_secret' =>
array (
'title' => 'Test Webhook Secret',
'type' => 'password',
'description' => 'Get your webhook signing secret from the webhooks section in your stripe account.',
'default' => '',
'desc_tip' => true,
),
'webhook_secret' =>
array (
'title' => 'Webhook Secret',
'type' => 'password',
'description' => 'Get your webhook signing secret from the webhooks section in your stripe account.',
'default' => '',
'desc_tip' => true,
),
'statement_descriptor' =>
array (
'title' => 'Statement Descriptor',
'type' => 'text',
'description' => 'Statement descriptors are limited to 22 characters, cannot use the special characters >, <, ", \\, \', *, /, (, ), {, }, and must not consist solely of numbers. This will appear on your customer\'s statement in capital letters.',
'default' => '',
'desc_tip' => true,
),
'short_statement_descriptor' =>
array (
'title' => 'Short Statement Descriptor',
'type' => 'text',
'description' => 'Shortened version of the statement descriptor in combination with the customer order number.',
'default' => '',
'desc_tip' => true,
),
'capture' =>
array (
'title' => 'Capture',
'label' => 'Capture charge immediately',
'type' => 'checkbox',
'description' => 'Whether or not to immediately capture the charge. When unchecked, the charge issues an authorization and will need to be captured later. Uncaptured charges expire in 7 days.',
'default' => 'yes',
'desc_tip' => true,
),
'payment_request' =>
array (
'title' => 'Payment Request Buttons',
'label' => 'Enable Payment Request Buttons. (Apple Pay/Google Pay)
By using Apple Pay, you agree to Stripe and Apple\'s terms of service. (Apple Pay domain verification is performed automatically in live mode; configuration can be found on the Stripe dashboard.)',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay using Apple Pay or Chrome Payment Request if supported by the browser.',
'default' => 'yes',
'desc_tip' => true,
),
'payment_request_button_type' =>
array (
'title' => 'Payment Request Button Type',
'label' => 'Button Type',
'type' => 'select',
'description' => 'Select the button type you would like to show.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'default' => 'Only icon',
'buy' => 'Buy',
'donate' => 'Donate',
'book' => 'Book',
),
),
'payment_request_button_theme' =>
array (
'title' => 'Payment Request Button Theme',
'label' => 'Button Theme',
'type' => 'select',
'description' => 'Select the button theme you would like to show.',
'default' => 'dark',
'desc_tip' => true,
'options' =>
array (
'dark' => 'Dark',
'light' => 'Light',
'light-outline' => 'Light-Outline',
),
),
'payment_request_button_locations' =>
array (
'title' => 'Payment Request Button Locations',
'type' => 'multiselect',
'description' => 'Select where you would like Payment Request Buttons to be displayed',
'desc_tip' => true,
'class' => 'wc-enhanced-select',
'options' =>
array (
'product' => 'Product',
'cart' => 'Cart',
'checkout' => 'Checkout',
),
'default' =>
array (
0 => 'product',
1 => 'cart',
2 => 'checkout',
),
'custom_attributes' =>
array (
'data-placeholder' => 'Select pages',
),
),
'payment_request_button_size' =>
array (
'title' => 'Payment Request Button Size',
'type' => 'select',
'description' => 'Select the size of the button.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'small' => 'Small (40px)',
'default' => 'Default (48px)',
'large' => 'Large (56px)',
),
),
'saved_cards' =>
array (
'title' => 'Saved Cards',
'label' => 'Enable Payment via Saved Cards',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay with a saved card during checkout. Card details are saved on Stripe servers, not on your store.',
'default' => 'yes',
'desc_tip' => true,
),
'sepa_tokens_for_other_methods' =>
array (
'title' => 'SEPA Direct Debit tokens for other methods',
'label' => 'Enable SEPA Direct Debit tokens for other methods',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay with iDEAL or Bancontact and save the method as a SEPA Direct Debit method.',
'default' => 'yes',
'desc_tip' => true,
),
'logging' =>
array (
'title' => 'Logging',
'label' => 'Log debug messages',
'type' => 'checkbox',
'description' => 'Save debug messages to the WooCommerce System Status log.',
'default' => 'no',
'desc_tip' => true,
),
'amazon_pay_button_locations' =>
array (
'title' => 'Amazon Pay Button Locations',
'type' => 'multiselect',
'description' => 'Select where you would like Amazon Pay Button to be displayed',
'desc_tip' => true,
'class' => 'wc-enhanced-select',
'options' =>
array (
'product' => 'Product',
'cart' => 'Cart',
'checkout' => 'Checkout',
),
'default' =>
array (
0 => 'product',
1 => 'cart',
),
'custom_attributes' =>
array (
'data-placeholder' => 'Select pages',
),
),
'amazon_pay_button_size' =>
array (
'title' => 'Amazon Pay Button Size',
'type' => 'select',
'description' => 'Select the size of the button.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'small' => 'Small (40px)',
'default' => 'Default (48px)',
'large' => 'Large (56px)',
),
),
'optimized_checkout_layout' =>
array (
'title' => 'Optimized Checkout Layout',
'type' => 'select',
'description' => 'Select the layout of the container.',
'default' => 'accordion',
'desc_tip' => true,
'options' =>
array (
'accordion' => 'Accordion',
'tabs' => 'Tabs',
),
),
'upe_checkout_experience_enabled' =>
array (
'title' => 'New checkout experience',
'label' => 'Try the new payment experience (Early access)
Get early access to a new, smarter payment experience on checkout and let us know what you think by submitting your feedback. We recommend this feature for experienced merchants as the functionality is currently limited. Learn more',
'type' => 'checkbox',
'description' => 'New checkout experience allows you to manage all payment methods on one screen and display them to customers based on their currency and location.',
'default' => 'no',
'desc_tip' => true,
),
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Credit / Debit Card',
'description' => '',
'chosen' => NULL,
'method_title' => 'Stripe',
'method_description' => 'Accept debit and credit cards in 135+ currencies, methods such as SEPA, and one-touch checkout with Apple Pay.',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'add_payment_method',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'retry_interval' => 1,
'capture' => NULL,
'statement_descriptor' => '',
'saved_cards' => true,
'secret_key' => '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',
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'payment_request' => NULL,
'testmode' => false,
'inline_cc_form' => NULL,
'order_pay_intent' => NULL,
'notices' =>
array (
),
'sepa_tokens_for_other_methods' => true,
'spe_enabled' => NULL,
'oc_enabled' => false,
'intent_controller' =>
WC_Stripe_Intent_Controller::__set_state(array(
'gateway' => NULL,
)),
'action_scheduler_service' =>
WC_Stripe_Action_Scheduler_Service::__set_state(array(
)),
'payment_methods' =>
array (
'card' =>
WC_Stripe_UPE_Payment_Method_CC::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_card',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Credit / Debit Card',
'description' => 'Let your customers pay with major credit and debit cards without leaving your store.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'subscriptions',
3 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'card',
'label' => 'Credit / Debit Card',
'is_reusable' => true,
'supported_currencies' => NULL,
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'us_bank_account' =>
WC_Stripe_UPE_Payment_Method_ACH::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_us_bank_account',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'ACH Direct Debit',
'description' => 'Pay directly from your US bank account via ACH.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'us_bank_account',
'label' => 'ACH Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'alipay' =>
WC_Stripe_UPE_Payment_Method_Alipay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_alipay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Alipay',
'description' => 'Alipay is a popular wallet in China, operated by Ant Financial Services Group, a financial services provider affiliated with Alibaba.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'alipay',
'label' => 'Alipay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
1 => 'AUD',
2 => 'CAD',
3 => 'CNY',
4 => 'GBP',
5 => 'HKD',
6 => 'JPY',
7 => 'NZD',
8 => 'SGD',
9 => 'USD',
10 => 'MYR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'amazon_pay' =>
WC_Stripe_UPE_Payment_Method_Amazon_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_amazon_pay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Amazon Pay',
'description' => 'Amazon Pay is a payment method that allows customers to pay with their Amazon account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'amazon_pay',
'label' => 'Amazon Pay',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'blik' =>
WC_Stripe_UPE_Payment_Method_BLIK::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_blik',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'BLIK',
'description' => 'BLIK enables customers in Poland to pay directly via online payouts from their bank account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'blik',
'label' => 'BLIK',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'PLN',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'BE',
2 => 'BG',
3 => 'HR',
4 => 'CY',
5 => 'CZ',
6 => 'DK',
7 => 'EE',
8 => 'FI',
9 => 'FR',
10 => 'DE',
11 => 'GR',
12 => 'HU',
13 => 'IS',
14 => 'IE',
15 => 'IT',
16 => 'LV',
17 => 'LI',
18 => 'LT',
19 => 'LU',
20 => 'MT',
21 => 'NL',
22 => 'NO',
23 => 'PL',
24 => 'PT',
25 => 'RO',
26 => 'SK',
27 => 'SI',
28 => 'ES',
29 => 'SE',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => false,
'oc_enabled' => false,
)),
'klarna' =>
WC_Stripe_UPE_Payment_Method_Klarna::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_klarna',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Klarna',
'description' => 'Allow customers to pay over time with Klarna.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'klarna',
'label' => 'Klarna',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'AUD',
1 => 'CAD',
2 => 'CHF',
3 => 'CZK',
4 => 'DKK',
5 => 'EUR',
6 => 'GBP',
7 => 'NOK',
8 => 'NZD',
9 => 'PLN',
10 => 'SEK',
11 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
1 => 'AT',
2 => 'BE',
3 => 'CA',
4 => 'HR',
5 => 'CY',
6 => 'CZ',
7 => 'DK',
8 => 'EE',
9 => 'FI',
10 => 'FR',
11 => 'DE',
12 => 'GR',
13 => 'IE',
14 => 'IT',
15 => 'LV',
16 => 'LT',
17 => 'LU',
18 => 'MT',
19 => 'NL',
20 => 'NZ',
21 => 'NO',
22 => 'PL',
23 => 'PT',
24 => 'RO',
25 => 'SK',
26 => 'SI',
27 => 'ES',
28 => 'SE',
29 => 'CH',
30 => 'GB',
31 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'affirm' =>
WC_Stripe_UPE_Payment_Method_Affirm::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_affirm',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Affirm',
'description' => 'Allow customers to pay over time with Affirm.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'affirm',
'label' => 'Affirm',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'CAD',
1 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
1 => 'CA',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
'CAD' =>
array (
'CA' =>
array (
'min' => 5000,
'max' => 3000000,
),
),
'USD' =>
array (
'US' =>
array (
'min' => 5000,
'max' => 3000000,
),
),
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'afterpay_clearpay' =>
WC_Stripe_UPE_Payment_Method_Afterpay_Clearpay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_afterpay_clearpay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Clearpay / Afterpay',
'description' => 'Allow customers to pay over time with Clearpay / Afterpay.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'afterpay_clearpay',
'label' => 'Clearpay / Afterpay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'USD',
1 => 'CAD',
2 => 'GBP',
3 => 'AUD',
4 => 'NZD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
1 => 'CA',
2 => 'GB',
3 => 'NZ',
4 => 'US',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
'AUD' =>
array (
'AU' =>
array (
'min' => 100,
'max' => 200000,
),
),
'CAD' =>
array (
'CA' =>
array (
'min' => 100,
'max' => 200000,
),
),
'NZD' =>
array (
'NZ' =>
array (
'min' => 100,
'max' => 200000,
),
),
'GBP' =>
array (
'GB' =>
array (
'min' => 100,
'max' => 120000,
),
),
'USD' =>
array (
'US' =>
array (
'min' => 100,
'max' => 400000,
),
),
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'eps' =>
WC_Stripe_UPE_Payment_Method_Eps::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_eps',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'EPS',
'description' => 'EPS is an Austria-based payment method that allows customers to complete transactions online using their bank credentials.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'eps',
'label' => 'EPS',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'bancontact' =>
WC_Stripe_UPE_Payment_Method_Bancontact::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_bancontact',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Bancontact',
'description' => 'Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'bancontact',
'label' => 'Bancontact',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'boleto' =>
WC_Stripe_UPE_Payment_Method_Boleto::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_boleto',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Boleto',
'description' => 'Boleto is an official payment method in Brazil. Customers receive a voucher that can be paid at authorized agencies or banks, ATMs, or online bank portals.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'boleto',
'label' => 'Boleto',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'BRL',
),
'can_refund' => false,
'supported_countries' =>
array (
0 => 'BR',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'ideal' =>
WC_Stripe_UPE_Payment_Method_Ideal::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_ideal',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'iDEAL',
'description' => 'iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'ideal',
'label' => 'iDEAL',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'oxxo' =>
WC_Stripe_UPE_Payment_Method_Oxxo::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_oxxo',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'OXXO',
'description' => 'OXXO is a Mexican chain of convenience stores that allows customers to pay bills and online purchases in-store with cash.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'oxxo',
'label' => 'OXXO',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'MXN',
),
'can_refund' => false,
'supported_countries' =>
array (
0 => 'MX',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'sepa_debit' =>
WC_Stripe_UPE_Payment_Method_Sepa::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_sepa_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'SEPA Direct Debit',
'description' => 'Reach 500 million customers and over 20 million businesses across the European Union.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'sepa_debit',
'label' => 'SEPA Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'p24' =>
WC_Stripe_UPE_Payment_Method_P24::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_p24',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Przelewy24',
'description' => 'Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'p24',
'label' => 'Przelewy24',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
1 => 'PLN',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'multibanco' =>
WC_Stripe_UPE_Payment_Method_Multibanco::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_multibanco',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Multibanco',
'description' => 'Multibanco is an interbank network that links the ATMs of all major banks in Portugal, allowing customers to pay through either their ATM or online banking environment.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'multibanco',
'label' => 'Multibanco',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'BE',
2 => 'BG',
3 => 'HR',
4 => 'CY',
5 => 'CZ',
6 => 'DK',
7 => 'EE',
8 => 'FI',
9 => 'FR',
10 => 'DE',
11 => 'GI',
12 => 'GR',
13 => 'HU',
14 => 'IE',
15 => 'IT',
16 => 'LV',
17 => 'LI',
18 => 'LT',
19 => 'LU',
20 => 'MT',
21 => 'NL',
22 => 'NO',
23 => 'PL',
24 => 'PT',
25 => 'RO',
26 => 'SK',
27 => 'SI',
28 => 'ES',
29 => 'SE',
30 => 'CH',
31 => 'GB',
32 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'link' =>
WC_Stripe_UPE_Payment_Method_Link::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_link',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Link',
'description' => 'Link is a payment method that allows customers to save payment information and use the payment details
for further payments.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'link',
'label' => 'Stripe Link',
'is_reusable' => true,
'supported_currencies' => NULL,
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'wechat_pay' =>
WC_Stripe_UPE_Payment_Method_Wechat_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_wechat_pay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'WeChat Pay',
'description' => 'WeChat Pay is a popular mobile payment and digital wallet service by WeChat in China.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'wechat_pay',
'label' => 'WeChat Pay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'AUD',
1 => 'CAD',
2 => 'CHF',
3 => 'CNY',
4 => 'DKK',
5 => 'EUR',
6 => 'GBP',
7 => 'HKD',
8 => 'JPY',
9 => 'NOK',
10 => 'SEK',
11 => 'SGD',
12 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'AU',
2 => 'BE',
3 => 'CA',
4 => 'CH',
5 => 'DE',
6 => 'DK',
7 => 'ES',
8 => 'FI',
9 => 'FR',
10 => 'HK',
11 => 'IE',
12 => 'IT',
13 => 'JP',
14 => 'LU',
15 => 'NL',
16 => 'NO',
17 => 'PT',
18 => 'SE',
19 => 'SG',
20 => 'GB',
21 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'cashapp' =>
WC_Stripe_UPE_Payment_Method_Cash_App_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_cashapp',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Cash App Pay',
'description' => 'Cash App is a popular consumer app in the US that allows customers to bank, invest, send, and receive money using their digital wallet.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'cashapp',
'label' => 'Cash App Pay',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'acss_debit' =>
WC_Stripe_UPE_Payment_Method_ACSS::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_acss_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Pre-Authorized Debit',
'description' => 'Canadian Pre-Authorized Debit is a payment method that allows customers to pay using their Canadian bank account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'acss_debit',
'label' => 'Pre-Authorized Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'CAD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'CA',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => false,
'oc_enabled' => false,
)),
'bacs_debit' =>
WC_Stripe_UPE_Payment_Method_Bacs_Debit::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_bacs_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Bacs Direct Debit',
'description' => 'Bacs Direct Debit enables customers in the UK to pay by providing their bank account details.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'bacs_debit',
'label' => 'Bacs Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'GBP',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'GB',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'au_becs_debit' =>
WC_Stripe_UPE_Payment_Method_Becs_Debit::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_au_becs_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'BECS Direct Debit',
'description' => 'Pay directly from your Australian bank account via BECS.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'au_becs_debit',
'label' => 'BECS Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'AUD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
),
)),
)),
)),
1 => 'set_session',
),
'accepted_args' => 1,
),
'00000000000028250000000000000000handle_express_checkout_redirect' =>
array (
'function' =>
array (
0 =>
WC_Stripe_Express_Checkout_Element::__set_state(array(
'stripe_settings' =>
array (
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'secret_key' => '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',
'enabled' => 'yes',
'apple_pay_domain_set' => 'yes',
'title' => 'Credit Card (Stripe)',
'description' => 'Pay with your credit card via Stripe.',
'testmode' => 'no',
'test_publishable_key' => 'pk_test_frMo1ExrVQWkU6nZkOZb3MEM',
'test_secret_key' => 'sk_test_rJZFraUwrfd13U3ISgB6QJEO',
'test_webhook_secret' => 'whsec_DBL4Lobeg7YTYvPuDfrG6twRFiGtJ80z',
'webhook_secret' => 'whsec_5YeAA9mycoW7lo5L49g9rRrEkqyCfi2u',
'inline_cc_form' => 'no',
'statement_descriptor' => '',
'capture' => 'yes',
'payment_request' => 'yes',
'payment_request_button_type' => 'buy',
'payment_request_button_theme' => 'dark',
'payment_request_button_height' => '44',
'payment_request_button_label' => 'Buy now',
'payment_request_button_branded_type' => 'long',
'saved_cards' => 'yes',
'logging' => 'no',
'apple_pay_verified_domain' => 'biblicalcounseling.com',
'stripe_upe_payment_method_order' =>
array (
0 => 'card',
1 => 'us_bank_account',
2 => 'alipay',
3 => 'amazon_pay',
4 => 'blik',
5 => 'giropay',
6 => 'klarna',
7 => 'affirm',
8 => 'afterpay_clearpay',
9 => 'eps',
10 => 'bancontact',
11 => 'boleto',
12 => 'ideal',
13 => 'oxxo',
14 => 'sepa_debit',
15 => 'p24',
16 => 'sofort',
17 => 'multibanco',
18 => 'link',
19 => 'wechat_pay',
20 => 'cashapp',
21 => 'acss_debit',
22 => 'bacs_debit',
23 => 'au_becs_debit',
),
'pmc_enabled' => 'no',
'webhook_data' =>
array (
'id' => 'we_1S8DSpLuWVXo3uwaf0L20O80',
'url' => 'https://biblicalcounseling.com/?wc-api=wc_stripe',
'secret' => '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',
),
'payment_request_button_locations' =>
array (
0 => 'product',
1 => 'cart',
),
'upe_checkout_experience_enabled' => 'yes',
'upe_checkout_experience_accepted_payments' =>
array (
0 => 'card',
1 => 'link',
),
),
'express_checkout_ajax_handler' =>
WC_Stripe_Express_Checkout_Ajax_Handler::__set_state(array(
'express_checkout_helper' =>
WC_Stripe_Express_Checkout_Helper::__set_state(array(
'stripe_settings' =>
array (
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'secret_key' => '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',
'enabled' => 'yes',
'apple_pay_domain_set' => 'yes',
'title' => 'Credit Card (Stripe)',
'description' => 'Pay with your credit card via Stripe.',
'testmode' => 'no',
'test_publishable_key' => 'pk_test_frMo1ExrVQWkU6nZkOZb3MEM',
'test_secret_key' => 'sk_test_rJZFraUwrfd13U3ISgB6QJEO',
'test_webhook_secret' => 'whsec_DBL4Lobeg7YTYvPuDfrG6twRFiGtJ80z',
'webhook_secret' => 'whsec_5YeAA9mycoW7lo5L49g9rRrEkqyCfi2u',
'inline_cc_form' => 'no',
'statement_descriptor' => '',
'capture' => 'yes',
'payment_request' => 'yes',
'payment_request_button_type' => 'buy',
'payment_request_button_theme' => 'dark',
'payment_request_button_height' => '44',
'payment_request_button_label' => 'Buy now',
'payment_request_button_branded_type' => 'long',
'saved_cards' => 'yes',
'logging' => 'no',
'apple_pay_verified_domain' => 'biblicalcounseling.com',
'stripe_upe_payment_method_order' =>
array (
0 => 'card',
1 => 'us_bank_account',
2 => 'alipay',
3 => 'amazon_pay',
4 => 'blik',
5 => 'giropay',
6 => 'klarna',
7 => 'affirm',
8 => 'afterpay_clearpay',
9 => 'eps',
10 => 'bancontact',
11 => 'boleto',
12 => 'ideal',
13 => 'oxxo',
14 => 'sepa_debit',
15 => 'p24',
16 => 'sofort',
17 => 'multibanco',
18 => 'link',
19 => 'wechat_pay',
20 => 'cashapp',
21 => 'acss_debit',
22 => 'bacs_debit',
23 => 'au_becs_debit',
),
'pmc_enabled' => 'no',
'webhook_data' =>
array (
'id' => 'we_1S8DSpLuWVXo3uwaf0L20O80',
'url' => 'https://biblicalcounseling.com/?wc-api=wc_stripe',
'secret' => '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',
),
'payment_request_button_locations' =>
array (
0 => 'product',
1 => 'cart',
),
'upe_checkout_experience_enabled' => 'yes',
'upe_checkout_experience_accepted_payments' =>
array (
0 => 'card',
1 => 'link',
),
),
'total_label' => ' (via WooCommerce)',
'testmode' => false,
'gateway' =>
WC_Stripe_UPE_Payment_Gateway::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe',
'errors' =>
array (
),
'settings' =>
array (
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'secret_key' => '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',
'enabled' => 'yes',
'apple_pay_domain_set' => 'yes',
'title' => 'Credit Card (Stripe)',
'description' => 'Pay with your credit card via Stripe.',
'testmode' => 'no',
'test_publishable_key' => 'pk_test_frMo1ExrVQWkU6nZkOZb3MEM',
'test_secret_key' => 'sk_test_rJZFraUwrfd13U3ISgB6QJEO',
'test_webhook_secret' => 'whsec_DBL4Lobeg7YTYvPuDfrG6twRFiGtJ80z',
'webhook_secret' => 'whsec_5YeAA9mycoW7lo5L49g9rRrEkqyCfi2u',
'inline_cc_form' => 'no',
'statement_descriptor' => '',
'capture' => 'yes',
'payment_request' => 'yes',
'payment_request_button_type' => 'buy',
'payment_request_button_theme' => 'dark',
'payment_request_button_height' => '44',
'payment_request_button_label' => 'Buy now',
'payment_request_button_branded_type' => 'long',
'saved_cards' => 'yes',
'logging' => 'no',
'apple_pay_verified_domain' => 'biblicalcounseling.com',
'stripe_upe_payment_method_order' =>
array (
0 => 'card',
1 => 'us_bank_account',
2 => 'alipay',
3 => 'amazon_pay',
4 => 'blik',
5 => 'giropay',
6 => 'klarna',
7 => 'affirm',
8 => 'afterpay_clearpay',
9 => 'eps',
10 => 'bancontact',
11 => 'boleto',
12 => 'ideal',
13 => 'oxxo',
14 => 'sepa_debit',
15 => 'p24',
16 => 'sofort',
17 => 'multibanco',
18 => 'link',
19 => 'wechat_pay',
20 => 'cashapp',
21 => 'acss_debit',
22 => 'bacs_debit',
23 => 'au_becs_debit',
),
'pmc_enabled' => 'no',
'webhook_data' =>
array (
'id' => 'we_1S8DSpLuWVXo3uwaf0L20O80',
'url' => 'https://biblicalcounseling.com/?wc-api=wc_stripe',
'secret' => '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',
),
'payment_request_button_locations' =>
array (
0 => 'product',
1 => 'cart',
),
'upe_checkout_experience_enabled' => 'yes',
'upe_checkout_experience_accepted_payments' =>
array (
0 => 'card',
1 => 'link',
),
'sepa_tokens_for_other_methods' => 'yes',
),
'form_fields' =>
array (
'enabled' =>
array (
'title' => 'Enable/Disable',
'label' => 'Enable Stripe',
'type' => 'checkbox',
'description' => '',
'default' => 'no',
),
'api_credentials' =>
array (
'title' => 'Stripe Account Keys',
'type' => 'stripe_account_keys',
),
'testmode' =>
array (
'title' => 'Test mode',
'label' => 'Enable Test Mode',
'type' => 'checkbox',
'description' => 'Place the payment gateway in test mode using test API keys.',
'default' => 'yes',
'desc_tip' => true,
),
'test_publishable_key' =>
array (
'title' => 'Test Publishable Key',
'type' => 'text',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "pk_test_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'test_secret_key' =>
array (
'title' => 'Test Secret Key',
'type' => 'password',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "sk_test_" or "rk_test_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'publishable_key' =>
array (
'title' => 'Live Publishable Key',
'type' => 'text',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "pk_live_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'secret_key' =>
array (
'title' => 'Live Secret Key',
'type' => 'password',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "sk_live_" or "rk_live_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'webhook' =>
array (
'title' => 'Webhook Endpoints',
'type' => 'title',
'description' => 'You must add the following webhook endpoint https://biblicalcounseling.com/?wc-api=wc_stripe to your Stripe account settings (if there isn\'t one already enabled). This will enable you to receive notifications on the charge statuses.
The most recent live webhook, timestamped 2025-11-20 05:11:29 UTC, was processed successfully.. There are approximately 4 webhooks pending.',
),
'test_webhook_secret' =>
array (
'title' => 'Test Webhook Secret',
'type' => 'password',
'description' => 'Get your webhook signing secret from the webhooks section in your stripe account.',
'default' => '',
'desc_tip' => true,
),
'webhook_secret' =>
array (
'title' => 'Webhook Secret',
'type' => 'password',
'description' => 'Get your webhook signing secret from the webhooks section in your stripe account.',
'default' => '',
'desc_tip' => true,
),
'statement_descriptor' =>
array (
'title' => 'Statement Descriptor',
'type' => 'text',
'description' => 'Statement descriptors are limited to 22 characters, cannot use the special characters >, <, ", \\, \', *, /, (, ), {, }, and must not consist solely of numbers. This will appear on your customer\'s statement in capital letters.',
'default' => '',
'desc_tip' => true,
),
'short_statement_descriptor' =>
array (
'title' => 'Short Statement Descriptor',
'type' => 'text',
'description' => 'Shortened version of the statement descriptor in combination with the customer order number.',
'default' => '',
'desc_tip' => true,
),
'capture' =>
array (
'title' => 'Capture',
'label' => 'Capture charge immediately',
'type' => 'checkbox',
'description' => 'Whether or not to immediately capture the charge. When unchecked, the charge issues an authorization and will need to be captured later. Uncaptured charges expire in 7 days.',
'default' => 'yes',
'desc_tip' => true,
),
'payment_request' =>
array (
'title' => 'Payment Request Buttons',
'label' => 'Enable Payment Request Buttons. (Apple Pay/Google Pay)
By using Apple Pay, you agree to Stripe and Apple\'s terms of service. (Apple Pay domain verification is performed automatically in live mode; configuration can be found on the Stripe dashboard.)',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay using Apple Pay or Chrome Payment Request if supported by the browser.',
'default' => 'yes',
'desc_tip' => true,
),
'payment_request_button_type' =>
array (
'title' => 'Payment Request Button Type',
'label' => 'Button Type',
'type' => 'select',
'description' => 'Select the button type you would like to show.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'default' => 'Only icon',
'buy' => 'Buy',
'donate' => 'Donate',
'book' => 'Book',
),
),
'payment_request_button_theme' =>
array (
'title' => 'Payment Request Button Theme',
'label' => 'Button Theme',
'type' => 'select',
'description' => 'Select the button theme you would like to show.',
'default' => 'dark',
'desc_tip' => true,
'options' =>
array (
'dark' => 'Dark',
'light' => 'Light',
'light-outline' => 'Light-Outline',
),
),
'payment_request_button_locations' =>
array (
'title' => 'Payment Request Button Locations',
'type' => 'multiselect',
'description' => 'Select where you would like Payment Request Buttons to be displayed',
'desc_tip' => true,
'class' => 'wc-enhanced-select',
'options' =>
array (
'product' => 'Product',
'cart' => 'Cart',
'checkout' => 'Checkout',
),
'default' =>
array (
0 => 'product',
1 => 'cart',
2 => 'checkout',
),
'custom_attributes' =>
array (
'data-placeholder' => 'Select pages',
),
),
'payment_request_button_size' =>
array (
'title' => 'Payment Request Button Size',
'type' => 'select',
'description' => 'Select the size of the button.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'small' => 'Small (40px)',
'default' => 'Default (48px)',
'large' => 'Large (56px)',
),
),
'saved_cards' =>
array (
'title' => 'Saved Cards',
'label' => 'Enable Payment via Saved Cards',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay with a saved card during checkout. Card details are saved on Stripe servers, not on your store.',
'default' => 'yes',
'desc_tip' => true,
),
'sepa_tokens_for_other_methods' =>
array (
'title' => 'SEPA Direct Debit tokens for other methods',
'label' => 'Enable SEPA Direct Debit tokens for other methods',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay with iDEAL or Bancontact and save the method as a SEPA Direct Debit method.',
'default' => 'yes',
'desc_tip' => true,
),
'logging' =>
array (
'title' => 'Logging',
'label' => 'Log debug messages',
'type' => 'checkbox',
'description' => 'Save debug messages to the WooCommerce System Status log.',
'default' => 'no',
'desc_tip' => true,
),
'amazon_pay_button_locations' =>
array (
'title' => 'Amazon Pay Button Locations',
'type' => 'multiselect',
'description' => 'Select where you would like Amazon Pay Button to be displayed',
'desc_tip' => true,
'class' => 'wc-enhanced-select',
'options' =>
array (
'product' => 'Product',
'cart' => 'Cart',
'checkout' => 'Checkout',
),
'default' =>
array (
0 => 'product',
1 => 'cart',
),
'custom_attributes' =>
array (
'data-placeholder' => 'Select pages',
),
),
'amazon_pay_button_size' =>
array (
'title' => 'Amazon Pay Button Size',
'type' => 'select',
'description' => 'Select the size of the button.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'small' => 'Small (40px)',
'default' => 'Default (48px)',
'large' => 'Large (56px)',
),
),
'optimized_checkout_layout' =>
array (
'title' => 'Optimized Checkout Layout',
'type' => 'select',
'description' => 'Select the layout of the container.',
'default' => 'accordion',
'desc_tip' => true,
'options' =>
array (
'accordion' => 'Accordion',
'tabs' => 'Tabs',
),
),
'upe_checkout_experience_enabled' =>
array (
'title' => 'New checkout experience',
'label' => 'Try the new payment experience (Early access)
Get early access to a new, smarter payment experience on checkout and let us know what you think by submitting your feedback. We recommend this feature for experienced merchants as the functionality is currently limited. Learn more',
'type' => 'checkbox',
'description' => 'New checkout experience allows you to manage all payment methods on one screen and display them to customers based on their currency and location.',
'default' => 'no',
'desc_tip' => true,
),
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Credit / Debit Card',
'description' => '',
'chosen' => NULL,
'method_title' => 'Stripe',
'method_description' => 'Accept debit and credit cards in 135+ currencies, methods such as SEPA, and one-touch checkout with Apple Pay.',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'add_payment_method',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'retry_interval' => 1,
'capture' => NULL,
'statement_descriptor' => '',
'saved_cards' => true,
'secret_key' => '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',
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'payment_request' => NULL,
'testmode' => false,
'inline_cc_form' => NULL,
'order_pay_intent' => NULL,
'notices' =>
array (
),
'sepa_tokens_for_other_methods' => true,
'spe_enabled' => NULL,
'oc_enabled' => false,
'intent_controller' =>
WC_Stripe_Intent_Controller::__set_state(array(
'gateway' => NULL,
)),
'action_scheduler_service' =>
WC_Stripe_Action_Scheduler_Service::__set_state(array(
)),
'payment_methods' =>
array (
'card' =>
WC_Stripe_UPE_Payment_Method_CC::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_card',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Credit / Debit Card',
'description' => 'Let your customers pay with major credit and debit cards without leaving your store.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'subscriptions',
3 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'card',
'label' => 'Credit / Debit Card',
'is_reusable' => true,
'supported_currencies' => NULL,
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'us_bank_account' =>
WC_Stripe_UPE_Payment_Method_ACH::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_us_bank_account',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'ACH Direct Debit',
'description' => 'Pay directly from your US bank account via ACH.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'us_bank_account',
'label' => 'ACH Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'alipay' =>
WC_Stripe_UPE_Payment_Method_Alipay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_alipay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Alipay',
'description' => 'Alipay is a popular wallet in China, operated by Ant Financial Services Group, a financial services provider affiliated with Alibaba.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'alipay',
'label' => 'Alipay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
1 => 'AUD',
2 => 'CAD',
3 => 'CNY',
4 => 'GBP',
5 => 'HKD',
6 => 'JPY',
7 => 'NZD',
8 => 'SGD',
9 => 'USD',
10 => 'MYR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'amazon_pay' =>
WC_Stripe_UPE_Payment_Method_Amazon_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_amazon_pay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Amazon Pay',
'description' => 'Amazon Pay is a payment method that allows customers to pay with their Amazon account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'amazon_pay',
'label' => 'Amazon Pay',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'blik' =>
WC_Stripe_UPE_Payment_Method_BLIK::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_blik',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'BLIK',
'description' => 'BLIK enables customers in Poland to pay directly via online payouts from their bank account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'blik',
'label' => 'BLIK',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'PLN',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'BE',
2 => 'BG',
3 => 'HR',
4 => 'CY',
5 => 'CZ',
6 => 'DK',
7 => 'EE',
8 => 'FI',
9 => 'FR',
10 => 'DE',
11 => 'GR',
12 => 'HU',
13 => 'IS',
14 => 'IE',
15 => 'IT',
16 => 'LV',
17 => 'LI',
18 => 'LT',
19 => 'LU',
20 => 'MT',
21 => 'NL',
22 => 'NO',
23 => 'PL',
24 => 'PT',
25 => 'RO',
26 => 'SK',
27 => 'SI',
28 => 'ES',
29 => 'SE',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => false,
'oc_enabled' => false,
)),
'klarna' =>
WC_Stripe_UPE_Payment_Method_Klarna::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_klarna',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Klarna',
'description' => 'Allow customers to pay over time with Klarna.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'klarna',
'label' => 'Klarna',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'AUD',
1 => 'CAD',
2 => 'CHF',
3 => 'CZK',
4 => 'DKK',
5 => 'EUR',
6 => 'GBP',
7 => 'NOK',
8 => 'NZD',
9 => 'PLN',
10 => 'SEK',
11 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
1 => 'AT',
2 => 'BE',
3 => 'CA',
4 => 'HR',
5 => 'CY',
6 => 'CZ',
7 => 'DK',
8 => 'EE',
9 => 'FI',
10 => 'FR',
11 => 'DE',
12 => 'GR',
13 => 'IE',
14 => 'IT',
15 => 'LV',
16 => 'LT',
17 => 'LU',
18 => 'MT',
19 => 'NL',
20 => 'NZ',
21 => 'NO',
22 => 'PL',
23 => 'PT',
24 => 'RO',
25 => 'SK',
26 => 'SI',
27 => 'ES',
28 => 'SE',
29 => 'CH',
30 => 'GB',
31 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'affirm' =>
WC_Stripe_UPE_Payment_Method_Affirm::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_affirm',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Affirm',
'description' => 'Allow customers to pay over time with Affirm.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'affirm',
'label' => 'Affirm',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'CAD',
1 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
1 => 'CA',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
'CAD' =>
array (
'CA' =>
array (
'min' => 5000,
'max' => 3000000,
),
),
'USD' =>
array (
'US' =>
array (
'min' => 5000,
'max' => 3000000,
),
),
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'afterpay_clearpay' =>
WC_Stripe_UPE_Payment_Method_Afterpay_Clearpay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_afterpay_clearpay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Clearpay / Afterpay',
'description' => 'Allow customers to pay over time with Clearpay / Afterpay.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'afterpay_clearpay',
'label' => 'Clearpay / Afterpay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'USD',
1 => 'CAD',
2 => 'GBP',
3 => 'AUD',
4 => 'NZD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
1 => 'CA',
2 => 'GB',
3 => 'NZ',
4 => 'US',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
'AUD' =>
array (
'AU' =>
array (
'min' => 100,
'max' => 200000,
),
),
'CAD' =>
array (
'CA' =>
array (
'min' => 100,
'max' => 200000,
),
),
'NZD' =>
array (
'NZ' =>
array (
'min' => 100,
'max' => 200000,
),
),
'GBP' =>
array (
'GB' =>
array (
'min' => 100,
'max' => 120000,
),
),
'USD' =>
array (
'US' =>
array (
'min' => 100,
'max' => 400000,
),
),
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'eps' =>
WC_Stripe_UPE_Payment_Method_Eps::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_eps',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'EPS',
'description' => 'EPS is an Austria-based payment method that allows customers to complete transactions online using their bank credentials.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'eps',
'label' => 'EPS',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'bancontact' =>
WC_Stripe_UPE_Payment_Method_Bancontact::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_bancontact',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Bancontact',
'description' => 'Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'bancontact',
'label' => 'Bancontact',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'boleto' =>
WC_Stripe_UPE_Payment_Method_Boleto::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_boleto',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Boleto',
'description' => 'Boleto is an official payment method in Brazil. Customers receive a voucher that can be paid at authorized agencies or banks, ATMs, or online bank portals.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'boleto',
'label' => 'Boleto',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'BRL',
),
'can_refund' => false,
'supported_countries' =>
array (
0 => 'BR',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'ideal' =>
WC_Stripe_UPE_Payment_Method_Ideal::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_ideal',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'iDEAL',
'description' => 'iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'ideal',
'label' => 'iDEAL',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'oxxo' =>
WC_Stripe_UPE_Payment_Method_Oxxo::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_oxxo',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'OXXO',
'description' => 'OXXO is a Mexican chain of convenience stores that allows customers to pay bills and online purchases in-store with cash.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'oxxo',
'label' => 'OXXO',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'MXN',
),
'can_refund' => false,
'supported_countries' =>
array (
0 => 'MX',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'sepa_debit' =>
WC_Stripe_UPE_Payment_Method_Sepa::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_sepa_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'SEPA Direct Debit',
'description' => 'Reach 500 million customers and over 20 million businesses across the European Union.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'sepa_debit',
'label' => 'SEPA Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'p24' =>
WC_Stripe_UPE_Payment_Method_P24::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_p24',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Przelewy24',
'description' => 'Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'p24',
'label' => 'Przelewy24',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
1 => 'PLN',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'multibanco' =>
WC_Stripe_UPE_Payment_Method_Multibanco::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_multibanco',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Multibanco',
'description' => 'Multibanco is an interbank network that links the ATMs of all major banks in Portugal, allowing customers to pay through either their ATM or online banking environment.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'multibanco',
'label' => 'Multibanco',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'BE',
2 => 'BG',
3 => 'HR',
4 => 'CY',
5 => 'CZ',
6 => 'DK',
7 => 'EE',
8 => 'FI',
9 => 'FR',
10 => 'DE',
11 => 'GI',
12 => 'GR',
13 => 'HU',
14 => 'IE',
15 => 'IT',
16 => 'LV',
17 => 'LI',
18 => 'LT',
19 => 'LU',
20 => 'MT',
21 => 'NL',
22 => 'NO',
23 => 'PL',
24 => 'PT',
25 => 'RO',
26 => 'SK',
27 => 'SI',
28 => 'ES',
29 => 'SE',
30 => 'CH',
31 => 'GB',
32 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'link' =>
WC_Stripe_UPE_Payment_Method_Link::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_link',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Link',
'description' => 'Link is a payment method that allows customers to save payment information and use the payment details
for further payments.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'link',
'label' => 'Stripe Link',
'is_reusable' => true,
'supported_currencies' => NULL,
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'wechat_pay' =>
WC_Stripe_UPE_Payment_Method_Wechat_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_wechat_pay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'WeChat Pay',
'description' => 'WeChat Pay is a popular mobile payment and digital wallet service by WeChat in China.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'wechat_pay',
'label' => 'WeChat Pay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'AUD',
1 => 'CAD',
2 => 'CHF',
3 => 'CNY',
4 => 'DKK',
5 => 'EUR',
6 => 'GBP',
7 => 'HKD',
8 => 'JPY',
9 => 'NOK',
10 => 'SEK',
11 => 'SGD',
12 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'AU',
2 => 'BE',
3 => 'CA',
4 => 'CH',
5 => 'DE',
6 => 'DK',
7 => 'ES',
8 => 'FI',
9 => 'FR',
10 => 'HK',
11 => 'IE',
12 => 'IT',
13 => 'JP',
14 => 'LU',
15 => 'NL',
16 => 'NO',
17 => 'PT',
18 => 'SE',
19 => 'SG',
20 => 'GB',
21 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'cashapp' =>
WC_Stripe_UPE_Payment_Method_Cash_App_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_cashapp',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Cash App Pay',
'description' => 'Cash App is a popular consumer app in the US that allows customers to bank, invest, send, and receive money using their digital wallet.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'cashapp',
'label' => 'Cash App Pay',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'acss_debit' =>
WC_Stripe_UPE_Payment_Method_ACSS::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_acss_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Pre-Authorized Debit',
'description' => 'Canadian Pre-Authorized Debit is a payment method that allows customers to pay using their Canadian bank account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'acss_debit',
'label' => 'Pre-Authorized Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'CAD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'CA',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => false,
'oc_enabled' => false,
)),
'bacs_debit' =>
WC_Stripe_UPE_Payment_Method_Bacs_Debit::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_bacs_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Bacs Direct Debit',
'description' => 'Bacs Direct Debit enables customers in the UK to pay by providing their bank account details.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'bacs_debit',
'label' => 'Bacs Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'GBP',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'GB',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'au_becs_debit' =>
WC_Stripe_UPE_Payment_Method_Becs_Debit::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_au_becs_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'BECS Direct Debit',
'description' => 'Pay directly from your Australian bank account via BECS.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'au_becs_debit',
'label' => 'BECS Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'AUD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
),
)),
)),
)),
'express_checkout_helper' =>
WC_Stripe_Express_Checkout_Helper::__set_state(array(
'stripe_settings' =>
array (
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'secret_key' => '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',
'enabled' => 'yes',
'apple_pay_domain_set' => 'yes',
'title' => 'Credit Card (Stripe)',
'description' => 'Pay with your credit card via Stripe.',
'testmode' => 'no',
'test_publishable_key' => 'pk_test_frMo1ExrVQWkU6nZkOZb3MEM',
'test_secret_key' => 'sk_test_rJZFraUwrfd13U3ISgB6QJEO',
'test_webhook_secret' => 'whsec_DBL4Lobeg7YTYvPuDfrG6twRFiGtJ80z',
'webhook_secret' => 'whsec_5YeAA9mycoW7lo5L49g9rRrEkqyCfi2u',
'inline_cc_form' => 'no',
'statement_descriptor' => '',
'capture' => 'yes',
'payment_request' => 'yes',
'payment_request_button_type' => 'buy',
'payment_request_button_theme' => 'dark',
'payment_request_button_height' => '44',
'payment_request_button_label' => 'Buy now',
'payment_request_button_branded_type' => 'long',
'saved_cards' => 'yes',
'logging' => 'no',
'apple_pay_verified_domain' => 'biblicalcounseling.com',
'stripe_upe_payment_method_order' =>
array (
0 => 'card',
1 => 'us_bank_account',
2 => 'alipay',
3 => 'amazon_pay',
4 => 'blik',
5 => 'giropay',
6 => 'klarna',
7 => 'affirm',
8 => 'afterpay_clearpay',
9 => 'eps',
10 => 'bancontact',
11 => 'boleto',
12 => 'ideal',
13 => 'oxxo',
14 => 'sepa_debit',
15 => 'p24',
16 => 'sofort',
17 => 'multibanco',
18 => 'link',
19 => 'wechat_pay',
20 => 'cashapp',
21 => 'acss_debit',
22 => 'bacs_debit',
23 => 'au_becs_debit',
),
'pmc_enabled' => 'no',
'webhook_data' =>
array (
'id' => 'we_1S8DSpLuWVXo3uwaf0L20O80',
'url' => 'https://biblicalcounseling.com/?wc-api=wc_stripe',
'secret' => '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',
),
'payment_request_button_locations' =>
array (
0 => 'product',
1 => 'cart',
),
'upe_checkout_experience_enabled' => 'yes',
'upe_checkout_experience_accepted_payments' =>
array (
0 => 'card',
1 => 'link',
),
),
'total_label' => ' (via WooCommerce)',
'testmode' => false,
'gateway' =>
WC_Stripe_UPE_Payment_Gateway::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe',
'errors' =>
array (
),
'settings' =>
array (
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'secret_key' => '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',
'enabled' => 'yes',
'apple_pay_domain_set' => 'yes',
'title' => 'Credit Card (Stripe)',
'description' => 'Pay with your credit card via Stripe.',
'testmode' => 'no',
'test_publishable_key' => 'pk_test_frMo1ExrVQWkU6nZkOZb3MEM',
'test_secret_key' => 'sk_test_rJZFraUwrfd13U3ISgB6QJEO',
'test_webhook_secret' => 'whsec_DBL4Lobeg7YTYvPuDfrG6twRFiGtJ80z',
'webhook_secret' => 'whsec_5YeAA9mycoW7lo5L49g9rRrEkqyCfi2u',
'inline_cc_form' => 'no',
'statement_descriptor' => '',
'capture' => 'yes',
'payment_request' => 'yes',
'payment_request_button_type' => 'buy',
'payment_request_button_theme' => 'dark',
'payment_request_button_height' => '44',
'payment_request_button_label' => 'Buy now',
'payment_request_button_branded_type' => 'long',
'saved_cards' => 'yes',
'logging' => 'no',
'apple_pay_verified_domain' => 'biblicalcounseling.com',
'stripe_upe_payment_method_order' =>
array (
0 => 'card',
1 => 'us_bank_account',
2 => 'alipay',
3 => 'amazon_pay',
4 => 'blik',
5 => 'giropay',
6 => 'klarna',
7 => 'affirm',
8 => 'afterpay_clearpay',
9 => 'eps',
10 => 'bancontact',
11 => 'boleto',
12 => 'ideal',
13 => 'oxxo',
14 => 'sepa_debit',
15 => 'p24',
16 => 'sofort',
17 => 'multibanco',
18 => 'link',
19 => 'wechat_pay',
20 => 'cashapp',
21 => 'acss_debit',
22 => 'bacs_debit',
23 => 'au_becs_debit',
),
'pmc_enabled' => 'no',
'webhook_data' =>
array (
'id' => 'we_1S8DSpLuWVXo3uwaf0L20O80',
'url' => 'https://biblicalcounseling.com/?wc-api=wc_stripe',
'secret' => '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',
),
'payment_request_button_locations' =>
array (
0 => 'product',
1 => 'cart',
),
'upe_checkout_experience_enabled' => 'yes',
'upe_checkout_experience_accepted_payments' =>
array (
0 => 'card',
1 => 'link',
),
'sepa_tokens_for_other_methods' => 'yes',
),
'form_fields' =>
array (
'enabled' =>
array (
'title' => 'Enable/Disable',
'label' => 'Enable Stripe',
'type' => 'checkbox',
'description' => '',
'default' => 'no',
),
'api_credentials' =>
array (
'title' => 'Stripe Account Keys',
'type' => 'stripe_account_keys',
),
'testmode' =>
array (
'title' => 'Test mode',
'label' => 'Enable Test Mode',
'type' => 'checkbox',
'description' => 'Place the payment gateway in test mode using test API keys.',
'default' => 'yes',
'desc_tip' => true,
),
'test_publishable_key' =>
array (
'title' => 'Test Publishable Key',
'type' => 'text',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "pk_test_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'test_secret_key' =>
array (
'title' => 'Test Secret Key',
'type' => 'password',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "sk_test_" or "rk_test_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'publishable_key' =>
array (
'title' => 'Live Publishable Key',
'type' => 'text',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "pk_live_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'secret_key' =>
array (
'title' => 'Live Secret Key',
'type' => 'password',
'description' => 'Get your API keys from your stripe account. Invalid values will be rejected. Only values starting with "sk_live_" or "rk_live_" will be saved.',
'default' => '',
'desc_tip' => true,
),
'webhook' =>
array (
'title' => 'Webhook Endpoints',
'type' => 'title',
'description' => 'You must add the following webhook endpoint https://biblicalcounseling.com/?wc-api=wc_stripe to your Stripe account settings (if there isn\'t one already enabled). This will enable you to receive notifications on the charge statuses.
The most recent live webhook, timestamped 2025-11-20 05:11:29 UTC, was processed successfully.. There are approximately 4 webhooks pending.',
),
'test_webhook_secret' =>
array (
'title' => 'Test Webhook Secret',
'type' => 'password',
'description' => 'Get your webhook signing secret from the webhooks section in your stripe account.',
'default' => '',
'desc_tip' => true,
),
'webhook_secret' =>
array (
'title' => 'Webhook Secret',
'type' => 'password',
'description' => 'Get your webhook signing secret from the webhooks section in your stripe account.',
'default' => '',
'desc_tip' => true,
),
'statement_descriptor' =>
array (
'title' => 'Statement Descriptor',
'type' => 'text',
'description' => 'Statement descriptors are limited to 22 characters, cannot use the special characters >, <, ", \\, \', *, /, (, ), {, }, and must not consist solely of numbers. This will appear on your customer\'s statement in capital letters.',
'default' => '',
'desc_tip' => true,
),
'short_statement_descriptor' =>
array (
'title' => 'Short Statement Descriptor',
'type' => 'text',
'description' => 'Shortened version of the statement descriptor in combination with the customer order number.',
'default' => '',
'desc_tip' => true,
),
'capture' =>
array (
'title' => 'Capture',
'label' => 'Capture charge immediately',
'type' => 'checkbox',
'description' => 'Whether or not to immediately capture the charge. When unchecked, the charge issues an authorization and will need to be captured later. Uncaptured charges expire in 7 days.',
'default' => 'yes',
'desc_tip' => true,
),
'payment_request' =>
array (
'title' => 'Payment Request Buttons',
'label' => 'Enable Payment Request Buttons. (Apple Pay/Google Pay)
By using Apple Pay, you agree to Stripe and Apple\'s terms of service. (Apple Pay domain verification is performed automatically in live mode; configuration can be found on the Stripe dashboard.)',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay using Apple Pay or Chrome Payment Request if supported by the browser.',
'default' => 'yes',
'desc_tip' => true,
),
'payment_request_button_type' =>
array (
'title' => 'Payment Request Button Type',
'label' => 'Button Type',
'type' => 'select',
'description' => 'Select the button type you would like to show.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'default' => 'Only icon',
'buy' => 'Buy',
'donate' => 'Donate',
'book' => 'Book',
),
),
'payment_request_button_theme' =>
array (
'title' => 'Payment Request Button Theme',
'label' => 'Button Theme',
'type' => 'select',
'description' => 'Select the button theme you would like to show.',
'default' => 'dark',
'desc_tip' => true,
'options' =>
array (
'dark' => 'Dark',
'light' => 'Light',
'light-outline' => 'Light-Outline',
),
),
'payment_request_button_locations' =>
array (
'title' => 'Payment Request Button Locations',
'type' => 'multiselect',
'description' => 'Select where you would like Payment Request Buttons to be displayed',
'desc_tip' => true,
'class' => 'wc-enhanced-select',
'options' =>
array (
'product' => 'Product',
'cart' => 'Cart',
'checkout' => 'Checkout',
),
'default' =>
array (
0 => 'product',
1 => 'cart',
2 => 'checkout',
),
'custom_attributes' =>
array (
'data-placeholder' => 'Select pages',
),
),
'payment_request_button_size' =>
array (
'title' => 'Payment Request Button Size',
'type' => 'select',
'description' => 'Select the size of the button.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'small' => 'Small (40px)',
'default' => 'Default (48px)',
'large' => 'Large (56px)',
),
),
'saved_cards' =>
array (
'title' => 'Saved Cards',
'label' => 'Enable Payment via Saved Cards',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay with a saved card during checkout. Card details are saved on Stripe servers, not on your store.',
'default' => 'yes',
'desc_tip' => true,
),
'sepa_tokens_for_other_methods' =>
array (
'title' => 'SEPA Direct Debit tokens for other methods',
'label' => 'Enable SEPA Direct Debit tokens for other methods',
'type' => 'checkbox',
'description' => 'If enabled, users will be able to pay with iDEAL or Bancontact and save the method as a SEPA Direct Debit method.',
'default' => 'yes',
'desc_tip' => true,
),
'logging' =>
array (
'title' => 'Logging',
'label' => 'Log debug messages',
'type' => 'checkbox',
'description' => 'Save debug messages to the WooCommerce System Status log.',
'default' => 'no',
'desc_tip' => true,
),
'amazon_pay_button_locations' =>
array (
'title' => 'Amazon Pay Button Locations',
'type' => 'multiselect',
'description' => 'Select where you would like Amazon Pay Button to be displayed',
'desc_tip' => true,
'class' => 'wc-enhanced-select',
'options' =>
array (
'product' => 'Product',
'cart' => 'Cart',
'checkout' => 'Checkout',
),
'default' =>
array (
0 => 'product',
1 => 'cart',
),
'custom_attributes' =>
array (
'data-placeholder' => 'Select pages',
),
),
'amazon_pay_button_size' =>
array (
'title' => 'Amazon Pay Button Size',
'type' => 'select',
'description' => 'Select the size of the button.',
'default' => 'default',
'desc_tip' => true,
'options' =>
array (
'small' => 'Small (40px)',
'default' => 'Default (48px)',
'large' => 'Large (56px)',
),
),
'optimized_checkout_layout' =>
array (
'title' => 'Optimized Checkout Layout',
'type' => 'select',
'description' => 'Select the layout of the container.',
'default' => 'accordion',
'desc_tip' => true,
'options' =>
array (
'accordion' => 'Accordion',
'tabs' => 'Tabs',
),
),
'upe_checkout_experience_enabled' =>
array (
'title' => 'New checkout experience',
'label' => 'Try the new payment experience (Early access)
Get early access to a new, smarter payment experience on checkout and let us know what you think by submitting your feedback. We recommend this feature for experienced merchants as the functionality is currently limited. Learn more',
'type' => 'checkbox',
'description' => 'New checkout experience allows you to manage all payment methods on one screen and display them to customers based on their currency and location.',
'default' => 'no',
'desc_tip' => true,
),
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Credit / Debit Card',
'description' => '',
'chosen' => NULL,
'method_title' => 'Stripe',
'method_description' => 'Accept debit and credit cards in 135+ currencies, methods such as SEPA, and one-touch checkout with Apple Pay.',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'add_payment_method',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'retry_interval' => 1,
'capture' => NULL,
'statement_descriptor' => '',
'saved_cards' => true,
'secret_key' => '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',
'publishable_key' => 'pk_live_Yruy1koGz3A8wNSyjD2QR9Oo',
'payment_request' => NULL,
'testmode' => false,
'inline_cc_form' => NULL,
'order_pay_intent' => NULL,
'notices' =>
array (
),
'sepa_tokens_for_other_methods' => true,
'spe_enabled' => NULL,
'oc_enabled' => false,
'intent_controller' =>
WC_Stripe_Intent_Controller::__set_state(array(
'gateway' => NULL,
)),
'action_scheduler_service' =>
WC_Stripe_Action_Scheduler_Service::__set_state(array(
)),
'payment_methods' =>
array (
'card' =>
WC_Stripe_UPE_Payment_Method_CC::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_card',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Credit / Debit Card',
'description' => 'Let your customers pay with major credit and debit cards without leaving your store.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'subscriptions',
3 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'card',
'label' => 'Credit / Debit Card',
'is_reusable' => true,
'supported_currencies' => NULL,
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'us_bank_account' =>
WC_Stripe_UPE_Payment_Method_ACH::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_us_bank_account',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'ACH Direct Debit',
'description' => 'Pay directly from your US bank account via ACH.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'us_bank_account',
'label' => 'ACH Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'alipay' =>
WC_Stripe_UPE_Payment_Method_Alipay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_alipay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Alipay',
'description' => 'Alipay is a popular wallet in China, operated by Ant Financial Services Group, a financial services provider affiliated with Alibaba.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'alipay',
'label' => 'Alipay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
1 => 'AUD',
2 => 'CAD',
3 => 'CNY',
4 => 'GBP',
5 => 'HKD',
6 => 'JPY',
7 => 'NZD',
8 => 'SGD',
9 => 'USD',
10 => 'MYR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'amazon_pay' =>
WC_Stripe_UPE_Payment_Method_Amazon_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_amazon_pay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Amazon Pay',
'description' => 'Amazon Pay is a payment method that allows customers to pay with their Amazon account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'amazon_pay',
'label' => 'Amazon Pay',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'blik' =>
WC_Stripe_UPE_Payment_Method_BLIK::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_blik',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'BLIK',
'description' => 'BLIK enables customers in Poland to pay directly via online payouts from their bank account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'blik',
'label' => 'BLIK',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'PLN',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'BE',
2 => 'BG',
3 => 'HR',
4 => 'CY',
5 => 'CZ',
6 => 'DK',
7 => 'EE',
8 => 'FI',
9 => 'FR',
10 => 'DE',
11 => 'GR',
12 => 'HU',
13 => 'IS',
14 => 'IE',
15 => 'IT',
16 => 'LV',
17 => 'LI',
18 => 'LT',
19 => 'LU',
20 => 'MT',
21 => 'NL',
22 => 'NO',
23 => 'PL',
24 => 'PT',
25 => 'RO',
26 => 'SK',
27 => 'SI',
28 => 'ES',
29 => 'SE',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => false,
'oc_enabled' => false,
)),
'klarna' =>
WC_Stripe_UPE_Payment_Method_Klarna::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_klarna',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Klarna',
'description' => 'Allow customers to pay over time with Klarna.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'klarna',
'label' => 'Klarna',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'AUD',
1 => 'CAD',
2 => 'CHF',
3 => 'CZK',
4 => 'DKK',
5 => 'EUR',
6 => 'GBP',
7 => 'NOK',
8 => 'NZD',
9 => 'PLN',
10 => 'SEK',
11 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
1 => 'AT',
2 => 'BE',
3 => 'CA',
4 => 'HR',
5 => 'CY',
6 => 'CZ',
7 => 'DK',
8 => 'EE',
9 => 'FI',
10 => 'FR',
11 => 'DE',
12 => 'GR',
13 => 'IE',
14 => 'IT',
15 => 'LV',
16 => 'LT',
17 => 'LU',
18 => 'MT',
19 => 'NL',
20 => 'NZ',
21 => 'NO',
22 => 'PL',
23 => 'PT',
24 => 'RO',
25 => 'SK',
26 => 'SI',
27 => 'ES',
28 => 'SE',
29 => 'CH',
30 => 'GB',
31 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'affirm' =>
WC_Stripe_UPE_Payment_Method_Affirm::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_affirm',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Affirm',
'description' => 'Allow customers to pay over time with Affirm.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'affirm',
'label' => 'Affirm',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'CAD',
1 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
1 => 'CA',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
'CAD' =>
array (
'CA' =>
array (
'min' => 5000,
'max' => 3000000,
),
),
'USD' =>
array (
'US' =>
array (
'min' => 5000,
'max' => 3000000,
),
),
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'afterpay_clearpay' =>
WC_Stripe_UPE_Payment_Method_Afterpay_Clearpay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_afterpay_clearpay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Clearpay / Afterpay',
'description' => 'Allow customers to pay over time with Clearpay / Afterpay.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'afterpay_clearpay',
'label' => 'Clearpay / Afterpay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'USD',
1 => 'CAD',
2 => 'GBP',
3 => 'AUD',
4 => 'NZD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
1 => 'CA',
2 => 'GB',
3 => 'NZ',
4 => 'US',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
'AUD' =>
array (
'AU' =>
array (
'min' => 100,
'max' => 200000,
),
),
'CAD' =>
array (
'CA' =>
array (
'min' => 100,
'max' => 200000,
),
),
'NZD' =>
array (
'NZ' =>
array (
'min' => 100,
'max' => 200000,
),
),
'GBP' =>
array (
'GB' =>
array (
'min' => 100,
'max' => 120000,
),
),
'USD' =>
array (
'US' =>
array (
'min' => 100,
'max' => 400000,
),
),
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'eps' =>
WC_Stripe_UPE_Payment_Method_Eps::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_eps',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'EPS',
'description' => 'EPS is an Austria-based payment method that allows customers to complete transactions online using their bank credentials.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'eps',
'label' => 'EPS',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'bancontact' =>
WC_Stripe_UPE_Payment_Method_Bancontact::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_bancontact',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Bancontact',
'description' => 'Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'bancontact',
'label' => 'Bancontact',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'boleto' =>
WC_Stripe_UPE_Payment_Method_Boleto::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_boleto',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Boleto',
'description' => 'Boleto is an official payment method in Brazil. Customers receive a voucher that can be paid at authorized agencies or banks, ATMs, or online bank portals.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'boleto',
'label' => 'Boleto',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'BRL',
),
'can_refund' => false,
'supported_countries' =>
array (
0 => 'BR',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'ideal' =>
WC_Stripe_UPE_Payment_Method_Ideal::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_ideal',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'iDEAL',
'description' => 'iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'ideal',
'label' => 'iDEAL',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'oxxo' =>
WC_Stripe_UPE_Payment_Method_Oxxo::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_oxxo',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'OXXO',
'description' => 'OXXO is a Mexican chain of convenience stores that allows customers to pay bills and online purchases in-store with cash.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'oxxo',
'label' => 'OXXO',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'MXN',
),
'can_refund' => false,
'supported_countries' =>
array (
0 => 'MX',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'sepa_debit' =>
WC_Stripe_UPE_Payment_Method_Sepa::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_sepa_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'SEPA Direct Debit',
'description' => 'Reach 500 million customers and over 20 million businesses across the European Union.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'sepa_debit',
'label' => 'SEPA Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'p24' =>
WC_Stripe_UPE_Payment_Method_P24::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_p24',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Przelewy24',
'description' => 'Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'p24',
'label' => 'Przelewy24',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
1 => 'PLN',
),
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'multibanco' =>
WC_Stripe_UPE_Payment_Method_Multibanco::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_multibanco',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Multibanco',
'description' => 'Multibanco is an interbank network that links the ATMs of all major banks in Portugal, allowing customers to pay through either their ATM or online banking environment.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'multibanco',
'label' => 'Multibanco',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'EUR',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'BE',
2 => 'BG',
3 => 'HR',
4 => 'CY',
5 => 'CZ',
6 => 'DK',
7 => 'EE',
8 => 'FI',
9 => 'FR',
10 => 'DE',
11 => 'GI',
12 => 'GR',
13 => 'HU',
14 => 'IE',
15 => 'IT',
16 => 'LV',
17 => 'LI',
18 => 'LT',
19 => 'LU',
20 => 'MT',
21 => 'NL',
22 => 'NO',
23 => 'PL',
24 => 'PT',
25 => 'RO',
26 => 'SK',
27 => 'SI',
28 => 'ES',
29 => 'SE',
30 => 'CH',
31 => 'GB',
32 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'link' =>
WC_Stripe_UPE_Payment_Method_Link::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_link',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'yes',
'title' => 'Link',
'description' => 'Link is a payment method that allows customers to save payment information and use the payment details
for further payments.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'link',
'label' => 'Stripe Link',
'is_reusable' => true,
'supported_currencies' => NULL,
'can_refund' => true,
'supported_countries' =>
array (
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'wechat_pay' =>
WC_Stripe_UPE_Payment_Method_Wechat_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_wechat_pay',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'WeChat Pay',
'description' => 'WeChat Pay is a popular mobile payment and digital wallet service by WeChat in China.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'wechat_pay',
'label' => 'WeChat Pay',
'is_reusable' => false,
'supported_currencies' =>
array (
0 => 'AUD',
1 => 'CAD',
2 => 'CHF',
3 => 'CNY',
4 => 'DKK',
5 => 'EUR',
6 => 'GBP',
7 => 'HKD',
8 => 'JPY',
9 => 'NOK',
10 => 'SEK',
11 => 'SGD',
12 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AT',
1 => 'AU',
2 => 'BE',
3 => 'CA',
4 => 'CH',
5 => 'DE',
6 => 'DK',
7 => 'ES',
8 => 'FI',
9 => 'FR',
10 => 'HK',
11 => 'IE',
12 => 'IT',
13 => 'JP',
14 => 'LU',
15 => 'NL',
16 => 'NO',
17 => 'PT',
18 => 'SE',
19 => 'SG',
20 => 'GB',
21 => 'US',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'cashapp' =>
WC_Stripe_UPE_Payment_Method_Cash_App_Pay::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_cashapp',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Cash App Pay',
'description' => 'Cash App is a popular consumer app in the US that allows customers to bank, invest, send, and receive money using their digital wallet.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'cashapp',
'label' => 'Cash App Pay',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'USD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'US',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'acss_debit' =>
WC_Stripe_UPE_Payment_Method_ACSS::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_acss_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Pre-Authorized Debit',
'description' => 'Canadian Pre-Authorized Debit is a payment method that allows customers to pay using their Canadian bank account.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'acss_debit',
'label' => 'Pre-Authorized Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'CAD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'CA',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => false,
'oc_enabled' => false,
)),
'bacs_debit' =>
WC_Stripe_UPE_Payment_Method_Bacs_Debit::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_bacs_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'Bacs Direct Debit',
'description' => 'Bacs Direct Debit enables customers in the UK to pay by providing their bank account details.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'bacs_debit',
'label' => 'Bacs Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'GBP',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'GB',
),
'accept_only_domestic_payment' => true,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
'au_becs_debit' =>
WC_Stripe_UPE_Payment_Method_Becs_Debit::__set_state(array(
'plugin_id' => 'woocommerce_',
'id' => 'stripe_au_becs_debit',
'errors' =>
array (
),
'settings' =>
array (
),
'form_fields' =>
array (
),
'data' =>
array (
),
'order_button_text' => NULL,
'enabled' => 'no',
'title' => 'BECS Direct Debit',
'description' => 'Pay directly from your Australian bank account via BECS.',
'chosen' => NULL,
'method_title' => '',
'method_description' => '',
'has_fields' => true,
'countries' => NULL,
'availability' => NULL,
'icon' => NULL,
'supports' =>
array (
0 => 'products',
1 => 'refunds',
2 => 'tokenization',
3 => 'subscriptions',
4 => 'pre-orders',
),
'max_amount' => 0,
'view_transaction_url' => '',
'new_method_label' => '',
'pay_button_id' => '',
'tokens' =>
array (
),
'stripe_id' => 'au_becs_debit',
'label' => 'BECS Direct Debit',
'is_reusable' => true,
'supported_currencies' =>
array (
0 => 'AUD',
),
'can_refund' => true,
'supported_countries' =>
array (
0 => 'AU',
),
'accept_only_domestic_payment' => false,
'limits_per_currency' =>
array (
),
'testmode' => false,
'supports_deferred_intent' => true,
'oc_enabled' => false,
)),
),
)),
)),
)),
1 => 'handle_express_checkout_redirect',
),
'accepted_args' => 1,
),
),
11 =>
array (
'rest_output_link_header' =>
array (
'function' => 'rest_output_link_header',
'accepted_args' => 0,
),
'wp_shortlink_header' =>
array (
'function' => 'wp_shortlink_header',
'accepted_args' => 0,
),
),
20 =>
array (
'wc_track_product_view' =>
array (
'function' => 'wc_track_product_view',
'accepted_args' => 1,
),
'wc_clear_cart_after_payment' =>
array (
'function' => 'wc_clear_cart_after_payment',
'accepted_args' => 1,
),
),
1000 =>
array (
'wp_redirect_admin_locations' =>
array (
'function' => 'wp_redirect_admin_locations',
'accepted_args' => 1,
),
),
99999 =>
array (
'debug_404_template_redirect' =>
array (
'function' => 'debug_404_template_redirect',
'accepted_args' => 1,
),
'000000000000074a0000000000000000is_404' =>
array (
'function' =>
array (
0 =>
WpeCommon::__set_state(array(
'options' => false,
'_rand_enabled' => NULL,
)),
1 => 'is_404',
),
'accepted_args' => 1,
),
),
),
'priorities' =>
array (
0 => -9223372036854775807,
1 => 0,
2 => 1,
3 => 2,
4 => 5,
5 => 8,
6 => 9,
7 => 10,
8 => 11,
9 => 20,
10 => 1000,
11 => 99999,
),
'iterations' =>
array (
0 =>
array (
0 => -9223372036854775807,
1 => 0,
2 => 1,
3 => 2,
4 => 5,
5 => 8,
6 => 9,
7 => 10,
8 => 11,
9 => 20,
10 => 1000,
11 => 99999,
),
),
'current_priority' =>
array (
0 => 99999,
),
'nesting_level' => 1,
'doing_action' => true,
))template file selected
'/var/www/biblicalcounseling.com/htdocs/wp-content/themes/firmament-child/single.php'