Closed girishpanchal30 closed 2 days ago
Plugin build for 3d5670c7a126fa187e18041843a49aee221b3ff7 is ready :bellhop_bell:!
tested and it's working well
@rodica-andronache @vytisbulkevicius is the whitelabel still working after this? Whitelabel for theme details.
It still works:
But we need to apply same fix for https://github.com/Codeinwp/neve-pro-addon/ and check again then as there is still a warning coming from plugin code. @girishpanchal30, please apply the fix for neve-pro-addon as well
@vytisbulkevicius Can you please share your test instance details?
@girishpanchal30,
Sure:
Admin area URL: https://partcent.s1-tastewp.com/wp-admin Username: bvytis Password: tIFXkDiUUHw
@selul @vytisbulkevicius I've reviewed the neve-pro-addon
code and noticed that this function is being loaded too early, along with some translatable strings.
I attempted to move the code to the init
hook, but doing so appears to break the WP_CLI
commands for Neve theme.
I've been working on finding a solution for this issue. If you have any ideas or suggestions, please let me know.
Thanks!
@selul @vytisbulkevicius I’ve loaded the CLI module separately with this PR, and it seems to be working fine.
Could you please test the WP-CLI commands registered by Neve
and let me know if you encounter any issues?
Thanks!
@selul @vytisbulkevicius Please ignore the neve-pro-addon
PR. I’ve resolved the issue within the neve
theme PR itself, and everything now appears to be working fine with neve-pro-addon
.
Tested and don't see warnings anymore. The Whitelabel still works so looks good.
:tada: This PR is included in version 3.8.14 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Summary
I have removed the early translation function call following WordPress standards.
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/neve/issues/4322