Skip to content
New issue

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 the package is activated WP CLI is not assigning posts to the default language #119

Open
bartczyz opened this issue Jan 31, 2020 · 0 comments

Comments

@bartczyz
Copy link

By default when you use WP CLI it will assign the post to the default language.

So for example if I have Norsk and Finish and Norsk is set as default, if I run this command: wp post create --post-content="test" --post_status="publish" --post_title="test" I expect the post to be assigned to Norsk language.

But when I activate the Polylang-CLI package then when I use standard WP CLI the post is no longer assigned to the default language.

In my opinion the expected behaviour should be that a 3rd party package should not affect the standard WP CLI in any way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant