WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_print_scripts

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.wp-scripts.php do_action 95 /**
* Fires before scripts in the $handles queue are printed.
*
* @since 2.1.0
*/
wp-includes/script-loader.php do_action 2012 /**
* Prints the script queue in the HTML head on admin pages.
*
* Postpones the scripts that were queued for the footer.
* print_footer_scripts() is called in the footer to print these scripts.
*
* @since 2.8.0
*
* @see wp_print_scripts()
*
* @global bool $concatenate_scripts
*
* @return array
*/
wp-includes/script-loader.php do_action 2132 /**
* Prints 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.
*
* @since 2.8.0
*
* @global WP_Scripts $wp_scripts
*
* @return array
*/

Hook Parameters

Parameter Type Name Description