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
For some reason, it seems it's best practice to call wp_register_script() before using wp_enqueue_script(): https://stackoverflow.com/questions/19263390/wordpress-loading-multiple-scripts-with-enqueue
wp_register_script()
wp_enqueue_script()
Find out if there is any real advantage to doing that in the local_script shortcode, and implement it if the answer is yes.
local_script
The text was updated successfully, but these errors were encountered:
wonkeythemonkey
No branches or pull requests
For some reason, it seems it's best practice to call
wp_register_script()
before usingwp_enqueue_script()
: https://stackoverflow.com/questions/19263390/wordpress-loading-multiple-scripts-with-enqueueFind out if there is any real advantage to doing that in the
local_script
shortcode, and implement it if the answer is yes.The text was updated successfully, but these errors were encountered: