Reorder JavaScript scripts array to place prototype before jQuery.
4007
Continue readingPrints the script queue in the HTML head on the front end.Postpones the scripts that were queued for the footer. wp_print_footer_scripts() is called in the footer to print these scripts.
3999
Continue readingLoad localized data on print rather than initialization.These localizations require information that may not be loaded even by init.
3809
Continue readingWrapper for do_action(‘wp_enqueue_scripts’)Allows plugins to queue scripts for the front end using wp_enqueue_script(). Runs first in wp_head() where all is_home(), is_page(), etc. functions are available.
3635
Continue reading