do_action( 'wp_print_scripts' ) Fires before scripts in the $handles queue are printed. Source File: wp-includes/functions.wp-scripts.php View on GitHub Related Used By Used By Used By Description wp-includes/script-loader.php: wp_print_head_scripts() Prints the script queue in the HTML head on the front end. wp-includes/script-loader.php: print_head_scripts() Prints the script queue in the HTML head on admin pages. wp-includes/functions.wp-scripts.php: wp_print_scripts() Prints scripts in document head that are in the $handles queue. Changelog Changelog Version Description 2.1.0 Introduced.
Used By Used By Used By Description wp-includes/script-loader.php: wp_print_head_scripts() Prints the script queue in the HTML head on the front end. wp-includes/script-loader.php: print_head_scripts() Prints the script queue in the HTML head on admin pages. wp-includes/functions.wp-scripts.php: wp_print_scripts() Prints scripts in document head that are in the $handles queue.