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

Call wp_localize_script directly after enqueueing blocks-frontend-js #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joostdekeijzer
Copy link

I run into an issue with Getwid an TML where TML called wp_print_footer_scripts before the "wp_footer" action was called. This resulted in the scenario where the localization JS wasn't included in the page.

You can call wp_localize_script( "<script name>" ) directly after registering or enqueueing it (eg. on the "enqueue_block_assets" action). That way WordPress handles it all and the additional "wp_footer" hook is not needed.

I guess it's safer that way...

…t possible issues, eg when `wp_print_footer_scripts` gets called before the wp_footer action.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant