[Plugin WPML] : How to create a translation of a post using the WPML API?
I came up with a function that does the job for now : /** * Creates a translation of a post (to be used with WPML) * * @param int $post_id The ID of the post to be translated. * @param string $post_type The post type of the post to be transaled (ie. ‘post’, ‘page’, … Read more