We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When adding child-posts, the wpml-table icl_translations isn't populated.
I think using wp_insert_post() should be enough, but somehow it dosn't work.
wp_insert_post()
Think this is a wpml-bug, but report it here, as more user of this addon my trip over it.
a workaround to make it populate is to call the method:
global $iclTranslationManagement; $iclTranslationManagement->add_missing_language_information();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When adding child-posts, the wpml-table icl_translations isn't populated.
I think using
wp_insert_post()
should be enough,but somehow it dosn't work.
Think this is a wpml-bug, but report it here, as more user of this addon my trip over it.
a workaround to make it populate is to call the method:
The text was updated successfully, but these errors were encountered: