-
Notifications
You must be signed in to change notification settings - Fork 29
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
Never inited on frontend #15
Comments
Hi @oxyc, Thank you for the report =D It seems you are right concerning the frontend loading, however I need to fix and test this in a separated branch to ensure to correct this issue and not break something else. |
@oxyc could you please check with the issue-15 version ? plz |
@oxyc any news ? thx |
i'll try it out during next week! thanks for a prompt fix! |
Other people have the same issue and it's blocking them, so as it seems that this patch fix it, I am closing this issue since I have already released it. Feel free to reopen it if it's not your case, thank you. |
This introduced a bug with an undefined constant: |
My bad, a quick copy/paste from an other plugin which as no other effect than this warning. |
Version information
Steps to reproduce
What was expected
Display the translated value
What happened instead
All language value is displayed.
Reason
Requirements never actually checks requirements on frontend as it's only hooked into
admin_init
https://github.com/BeAPI/acf-options-for-polylang/blob/master/classes/requirements.php#L13
The text was updated successfully, but these errors were encountered: