This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
Tagged: Documentation request
This topic contains 1 reply, has 0 voices.
Last updated by frederikB-5 17 hours, 50 minutes ago.
Assisted by: Marcel.
Author | Posts |
---|---|
January 21, 2025 at 4:35 pm #16619957 | |
frederikB-5 |
Background of the issue: Symptoms: Questions: |
January 21, 2025 at 6:24 pm #16620166 | |
Marcel Supporter
Languages: English (English ) German (Deutsch ) Timezone: Europe/Madrid (GMT+01:00) |
Hi, WooCommerce Multilingual is fully compatible with the WordPress REST API (wp-json). This allows you to create, read, update, and delete translated WooCommerce content seamlessly. You don't need any other, it always refers to the WP REST API. For detailed instructions on setup and configuration, please refer to the following guide: Using WordPress REST API with WooCommerce Multilingual. Best regards, |
January 22, 2025 at 6:32 pm #16624835 | |
frederikB-5 |
I discovered that REST API is a build-in feature of WordPress. It can be tested at yourdomain/wp-json and it is active by default. REST API is mentioned as requirement becauser there are plugins and other ways to deactivate it. I applied the filter code at https://developer.wordpress.org/rest-api/frequently-asked-questions/#require-authentication-for-all-requests which denies access to the REST API by unauthenticated users and I did not see it affect WPML's functionality. |