├── .github └── workflows │ └── php.yml ├── .gitignore ├── 10bit-woocommerce-gateway-yaadpay └── wpml-config.xml ├── Divi └── wpml-config.xml ├── README.md ├── activecampaign-subscription-forms └── wpml-config.xml ├── advanced-custom-fields └── wpml-config.xml ├── advanced-gutenberg └── wpml-config.xml ├── ajax-search-lite └── wpml-config.xml ├── astra └── wpml-config.xml ├── atomic-blocks └── wpml-config.xml ├── avada └── wpml-config.xml ├── beaver-builder └── wpml-config.xml ├── bin ├── update └── validate ├── bloom └── wpml-config.xml ├── book-now └── wpml-config.xml ├── brooklyn └── wpml-config.xml ├── canvas └── wpml-config.xml ├── click-to-chat-for-whatsapp └── wpml-config.xml ├── comment-form └── wpml-config.xml ├── composer.json ├── composer.lock ├── config-index.xml ├── contact-form-7-multilingual └── wpml-config.xml ├── cornerstone └── wpml-config.xml ├── custom-post-type-ui └── wpml-config.xml ├── customizr └── wpml-config.xml ├── divi-builder └── wpml-config.xml ├── dt-the7 └── wpml-config.xml ├── edd-multilingual └── wpml-config.xml ├── elementor └── wpml-config.xml ├── emerald-cv └── wpml-config.xml ├── enfold └── wpml-config.xml ├── event-tickets-plus └── wpml-config.xml ├── events-filterbar └── wpml-config.xml ├── exit-popup └── wpml-config.xml ├── extra └── wpml-config.xml ├── fluent-crm └── wpml-config.xml ├── forminator └── wpml-config.xml ├── function └── wpml-config.xml ├── generatepress └── wpml-config.xml ├── genesis └── wpml-config.xml ├── global-wpml-notices └── wpml-config.xml ├── google-analytics-opt-out └── wpml-config.xml ├── hello-plus └── wpml-config.xml ├── hummingbird-performance └── wpml-config.xml ├── idstore-responsive-wordpress-theme └── wpml-config.xml ├── js_composer-dt-the7 └── wpml-config.xml ├── js_composer └── wpml-config.xml ├── kingcomposer └── wpml-config.xml ├── leadin └── wpml-config.xml ├── luster └── wpml-config.xml ├── mailchimp-for-wp ├── .gitkeep └── wpml-config.xml ├── master-slider └── wpml-config.xml ├── members └── wpml-config.xml ├── multibanco-ifthenpay-gateway-for-woocommerce └── wpml-config.xml ├── newsletter └── wpml-config.xml ├── ninja-forms └── wpml-config.xml ├── nw-adcart-for-woocommerce └── wpml-config.xml ├── optinmonster └── wpml-config.xml ├── oxygen └── wpml-config.xml ├── paid-memberships-pro └── wpml-config.xml ├── paypal-for-woocommerce └── wpml-config.xml ├── popup-maker └── wpml-config.xml ├── port └── wpml-config.xml ├── pro └── wpml-config.xml ├── product-enquiry-pro-for-woocommerce └── wpml-config.xml ├── relevanssi-premium └── wpml-config.xml ├── relevanssi └── wpml-config.xml ├── resort └── wpml-config.xml ├── reveal └── wpml-config.xml ├── rewalk-parent └── wpml-config.xml ├── rezgo └── wpml-config.xml ├── scrollider └── wpml-config.xml ├── search-filter └── wpml-config.xml ├── sensei └── wpml-config.xml ├── seo-by-rank-math └── wpml-config.xml ├── sitepress-multilingual-cms └── wpml-config.xml ├── stackable-ultimate-gutenberg-blocks └── wpml-config.xml ├── subscriptio └── wpml-config.xml ├── the-events-calendar └── wpml-config.xml ├── ultimate-addons-for-gutenberg └── wpml-config.xml ├── ultimate-member └── wpml-config.xml ├── uncode-js_composer └── wpml-config.xml ├── uncode └── wpml-config.xml ├── woo-brand └── wpml-config.xml ├── woocommerce-additional-variation-images └── wpml-config.xml ├── woocommerce-advanced-product-labels └── wpml-config.xml ├── woocommerce-bookings └── wpml-config.xml ├── woocommerce-catalog-visibility-options └── wpml-config.xml ├── woocommerce-composite-products └── wpml-config.xml ├── woocommerce-currency-converter └── wpml-config.xml ├── woocommerce-dibs-flexwin-gateway └── wpml-config.xml ├── woocommerce-embed-slides └── wpml-config.xml ├── woocommerce-gateway-stripe └── wpml-config.xml ├── woocommerce-gift-cards └── wpml-config.xml ├── woocommerce-local-pickup-plus └── wpml-config.xml ├── woocommerce-memberships └── wpml-config.xml ├── woocommerce-mix-and-match-products └── wpml-config.xml ├── woocommerce-multilingual └── wpml-config.xml ├── woocommerce-name-your-price └── wpml-config.xml ├── woocommerce-paymill-gateway └── wpml-config.xml ├── woocommerce-pdf-invoices-packing-slips └── wpml-config.xml ├── woocommerce-plivo └── wpml-config.xml ├── woocommerce-postepay └── wpml-config.xml ├── woocommerce-price-by-country └── wpml-config.xml ├── woocommerce-product-addons └── wpml-config.xml ├── woocommerce-product-bundles └── wpml-config.xml ├── woocommerce-product-gift-wrap └── wpml-config.xml ├── woocommerce-social-media-share-buttons └── wpml-config.xml ├── woocommerce-tab-manager └── wpml-config.xml ├── woocommerce-video-tab └── wpml-config.xml ├── woocommerce-warranty └── wpml-config.xml ├── wordpress-seo └── wpml-config.xml ├── wp-job-manager └── wpml-config.xml ├── wpml-config.xsd ├── wpml-test-config └── wpml-config.xml └── x └── wpml-config.xml /.github/workflows/php.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/.github/workflows/php.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /config-index.json 2 | /vendor 3 | -------------------------------------------------------------------------------- /10bit-woocommerce-gateway-yaadpay/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/10bit-woocommerce-gateway-yaadpay/wpml-config.xml -------------------------------------------------------------------------------- /Divi/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/Divi/wpml-config.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/README.md -------------------------------------------------------------------------------- /activecampaign-subscription-forms/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/activecampaign-subscription-forms/wpml-config.xml -------------------------------------------------------------------------------- /advanced-custom-fields/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/advanced-custom-fields/wpml-config.xml -------------------------------------------------------------------------------- /advanced-gutenberg/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/advanced-gutenberg/wpml-config.xml -------------------------------------------------------------------------------- /ajax-search-lite/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/ajax-search-lite/wpml-config.xml -------------------------------------------------------------------------------- /astra/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/astra/wpml-config.xml -------------------------------------------------------------------------------- /atomic-blocks/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/atomic-blocks/wpml-config.xml -------------------------------------------------------------------------------- /avada/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/avada/wpml-config.xml -------------------------------------------------------------------------------- /beaver-builder/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/beaver-builder/wpml-config.xml -------------------------------------------------------------------------------- /bin/update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/bin/update -------------------------------------------------------------------------------- /bin/validate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/bin/validate -------------------------------------------------------------------------------- /bloom/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/bloom/wpml-config.xml -------------------------------------------------------------------------------- /book-now/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/book-now/wpml-config.xml -------------------------------------------------------------------------------- /brooklyn/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/brooklyn/wpml-config.xml -------------------------------------------------------------------------------- /canvas/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/canvas/wpml-config.xml -------------------------------------------------------------------------------- /click-to-chat-for-whatsapp/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/click-to-chat-for-whatsapp/wpml-config.xml -------------------------------------------------------------------------------- /comment-form/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/comment-form/wpml-config.xml -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/composer.lock -------------------------------------------------------------------------------- /config-index.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/config-index.xml -------------------------------------------------------------------------------- /contact-form-7-multilingual/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/contact-form-7-multilingual/wpml-config.xml -------------------------------------------------------------------------------- /cornerstone/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/cornerstone/wpml-config.xml -------------------------------------------------------------------------------- /custom-post-type-ui/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/custom-post-type-ui/wpml-config.xml -------------------------------------------------------------------------------- /customizr/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/customizr/wpml-config.xml -------------------------------------------------------------------------------- /divi-builder/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/divi-builder/wpml-config.xml -------------------------------------------------------------------------------- /dt-the7/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/dt-the7/wpml-config.xml -------------------------------------------------------------------------------- /edd-multilingual/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/edd-multilingual/wpml-config.xml -------------------------------------------------------------------------------- /elementor/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/elementor/wpml-config.xml -------------------------------------------------------------------------------- /emerald-cv/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/emerald-cv/wpml-config.xml -------------------------------------------------------------------------------- /enfold/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/enfold/wpml-config.xml -------------------------------------------------------------------------------- /event-tickets-plus/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/event-tickets-plus/wpml-config.xml -------------------------------------------------------------------------------- /events-filterbar/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/events-filterbar/wpml-config.xml -------------------------------------------------------------------------------- /exit-popup/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/exit-popup/wpml-config.xml -------------------------------------------------------------------------------- /extra/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/extra/wpml-config.xml -------------------------------------------------------------------------------- /fluent-crm/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/fluent-crm/wpml-config.xml -------------------------------------------------------------------------------- /forminator/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/forminator/wpml-config.xml -------------------------------------------------------------------------------- /function/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/function/wpml-config.xml -------------------------------------------------------------------------------- /generatepress/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/generatepress/wpml-config.xml -------------------------------------------------------------------------------- /genesis/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/genesis/wpml-config.xml -------------------------------------------------------------------------------- /global-wpml-notices/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/global-wpml-notices/wpml-config.xml -------------------------------------------------------------------------------- /google-analytics-opt-out/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/google-analytics-opt-out/wpml-config.xml -------------------------------------------------------------------------------- /hello-plus/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/hello-plus/wpml-config.xml -------------------------------------------------------------------------------- /hummingbird-performance/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/hummingbird-performance/wpml-config.xml -------------------------------------------------------------------------------- /idstore-responsive-wordpress-theme/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/idstore-responsive-wordpress-theme/wpml-config.xml -------------------------------------------------------------------------------- /js_composer-dt-the7/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/js_composer-dt-the7/wpml-config.xml -------------------------------------------------------------------------------- /js_composer/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/js_composer/wpml-config.xml -------------------------------------------------------------------------------- /kingcomposer/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/kingcomposer/wpml-config.xml -------------------------------------------------------------------------------- /leadin/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/leadin/wpml-config.xml -------------------------------------------------------------------------------- /luster/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/luster/wpml-config.xml -------------------------------------------------------------------------------- /mailchimp-for-wp/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mailchimp-for-wp/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/mailchimp-for-wp/wpml-config.xml -------------------------------------------------------------------------------- /master-slider/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/master-slider/wpml-config.xml -------------------------------------------------------------------------------- /members/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/members/wpml-config.xml -------------------------------------------------------------------------------- /multibanco-ifthenpay-gateway-for-woocommerce/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/multibanco-ifthenpay-gateway-for-woocommerce/wpml-config.xml -------------------------------------------------------------------------------- /newsletter/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/newsletter/wpml-config.xml -------------------------------------------------------------------------------- /ninja-forms/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/ninja-forms/wpml-config.xml -------------------------------------------------------------------------------- /nw-adcart-for-woocommerce/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/nw-adcart-for-woocommerce/wpml-config.xml -------------------------------------------------------------------------------- /optinmonster/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/optinmonster/wpml-config.xml -------------------------------------------------------------------------------- /oxygen/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/oxygen/wpml-config.xml -------------------------------------------------------------------------------- /paid-memberships-pro/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/paid-memberships-pro/wpml-config.xml -------------------------------------------------------------------------------- /paypal-for-woocommerce/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/paypal-for-woocommerce/wpml-config.xml -------------------------------------------------------------------------------- /popup-maker/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/popup-maker/wpml-config.xml -------------------------------------------------------------------------------- /port/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/port/wpml-config.xml -------------------------------------------------------------------------------- /pro/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/pro/wpml-config.xml -------------------------------------------------------------------------------- /product-enquiry-pro-for-woocommerce/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/product-enquiry-pro-for-woocommerce/wpml-config.xml -------------------------------------------------------------------------------- /relevanssi-premium/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/relevanssi-premium/wpml-config.xml -------------------------------------------------------------------------------- /relevanssi/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/relevanssi/wpml-config.xml -------------------------------------------------------------------------------- /resort/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/resort/wpml-config.xml -------------------------------------------------------------------------------- /reveal/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/reveal/wpml-config.xml -------------------------------------------------------------------------------- /rewalk-parent/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/rewalk-parent/wpml-config.xml -------------------------------------------------------------------------------- /rezgo/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/rezgo/wpml-config.xml -------------------------------------------------------------------------------- /scrollider/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/scrollider/wpml-config.xml -------------------------------------------------------------------------------- /search-filter/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/search-filter/wpml-config.xml -------------------------------------------------------------------------------- /sensei/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/sensei/wpml-config.xml -------------------------------------------------------------------------------- /seo-by-rank-math/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/seo-by-rank-math/wpml-config.xml -------------------------------------------------------------------------------- /sitepress-multilingual-cms/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/sitepress-multilingual-cms/wpml-config.xml -------------------------------------------------------------------------------- /stackable-ultimate-gutenberg-blocks/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/stackable-ultimate-gutenberg-blocks/wpml-config.xml -------------------------------------------------------------------------------- /subscriptio/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/subscriptio/wpml-config.xml -------------------------------------------------------------------------------- /the-events-calendar/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/the-events-calendar/wpml-config.xml -------------------------------------------------------------------------------- /ultimate-addons-for-gutenberg/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/ultimate-addons-for-gutenberg/wpml-config.xml -------------------------------------------------------------------------------- /ultimate-member/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/ultimate-member/wpml-config.xml -------------------------------------------------------------------------------- /uncode-js_composer/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/uncode-js_composer/wpml-config.xml -------------------------------------------------------------------------------- /uncode/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/uncode/wpml-config.xml -------------------------------------------------------------------------------- /woo-brand/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woo-brand/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-additional-variation-images/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-additional-variation-images/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-advanced-product-labels/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-advanced-product-labels/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-bookings/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-bookings/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-catalog-visibility-options/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-catalog-visibility-options/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-composite-products/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-composite-products/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-currency-converter/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-currency-converter/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-dibs-flexwin-gateway/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-dibs-flexwin-gateway/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-embed-slides/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-embed-slides/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-gateway-stripe/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-gateway-stripe/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-gift-cards/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-gift-cards/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-local-pickup-plus/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-local-pickup-plus/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-memberships/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-memberships/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-mix-and-match-products/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-mix-and-match-products/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-multilingual/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-multilingual/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-name-your-price/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-name-your-price/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-paymill-gateway/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-paymill-gateway/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-pdf-invoices-packing-slips/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-pdf-invoices-packing-slips/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-plivo/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-plivo/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-postepay/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-postepay/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-price-by-country/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-price-by-country/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-product-addons/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-product-addons/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-product-bundles/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-product-bundles/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-product-gift-wrap/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-product-gift-wrap/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-social-media-share-buttons/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-social-media-share-buttons/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-tab-manager/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-tab-manager/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-video-tab/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-video-tab/wpml-config.xml -------------------------------------------------------------------------------- /woocommerce-warranty/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/woocommerce-warranty/wpml-config.xml -------------------------------------------------------------------------------- /wordpress-seo/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/wordpress-seo/wpml-config.xml -------------------------------------------------------------------------------- /wp-job-manager/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/wp-job-manager/wpml-config.xml -------------------------------------------------------------------------------- /wpml-config.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/wpml-config.xsd -------------------------------------------------------------------------------- /wpml-test-config/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/wpml-test-config/wpml-config.xml -------------------------------------------------------------------------------- /x/wpml-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnTheGoSystems/wpml-config/HEAD/x/wpml-config.xml --------------------------------------------------------------------------------