Skip to content

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