[Waiting for user confirmation] Triggering Automatic Translation with code
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.
Our wait time is higher than usual, please make sure you are meeting the minimum requirement - https://wpml.org/home/minimum-requirements before you report issues, and if you can take a look at current Known Issues - https://wpml.org/known-issues/. Thank you.
Background of the issue:
I am working on a site under development and using WPML's automatic translation feature extensively. I have encountered an issue where posts updated or created in the default language via PHP code, such as using wp_insert_post, are not automatically translated. Manually triggering translation through the GUI works perfectly. It seems that automatic translation works the second time a post is updated. I am looking for a way to trigger translation generation via code directly.
Symptoms:
Posts created or updated in the default language via PHP code are not automatically translated.
Questions:
How can I use WPML's API to trigger translation directly?
Which hook can be used to trigger automatic translation that WPML listens to?
This is a pure code and developer question. It is at least to my knowledge nothing about the configuration as adding new posts manually works flawless.
Maybe the automatic translation is not working as expected for these CPTs becuase the above code will not be triggering the save_post hook. Please check and let us know your feedback.
Thank you for the feedback. Sorry, I forgot to mention about Automatic Translation. You don't have to configure it. It is a pure sandbox site. I have added some dummy data to enable the sandbox automatic translation.
Please create a Custom Post Type and insert a few posts to CPT using your code. Then, make sure the bug exists or not.
To me it seems like bug but with a different nature than i initially thought. I can provide login credentials and you can try it out yourself. Just log in and update any vehicle that does not have an english translation yet. You will see the automatic translation is not creating it.
Thank you for the updates. A couple of requests to track this bug.
1) Please let us know the exact steps to create the Vichles posts automatically
2) Please fill the private details fields after a full site backup. I would like to access the admin area of your site for further checking. Refer to the following links for more details about our privacy information sharing policies.
We have discussed this with our development team, and it appears that the solution would require custom coding, which falls outside the scope of our support. Currently, there is no built-in feature to support this functionality, especially since the requirement involves two separate WordPress installations.
One possible approach could be using custom redirects from /en to /stay or implementing a custom language switcher. Another option could be avoiding the use of /en entirely and consistently redirecting to /stay, but in that case, care must be taken to ensure nothing gets indexed or added to the sitemap.
That said, it might be achievable with the help of a WordPress Developer or Contractor. Thank you for your kind understanding.