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 saving a post, it automatically queue jobs even when the queueJobOnPostSave option is disabled.
queueJobOnPostSave
To Reproduce
Expected behavior Jobs must not be queued after saving a post when the queueJobOnPostSave is disabled.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
It looks like the option is always overridden by this line:
wp2static/src/CoreOptions.php
Lines 407 to 409 in f06790a
Since queueJobOnPostSave is 0 when disabled, it tries to use the default value which is 1:
Lines 128 to 131 in f06790a
Sorry, something went wrong.
No branches or pull requests
When saving a post, it automatically queue jobs even when the
queueJobOnPostSave
option is disabled.To Reproduce
Expected behavior
Jobs must not be queued after saving a post when the
queueJobOnPostSave
is disabled.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: