Uses
| Uses | Description |
|---|---|
| wp-includes/functions.wp-scripts.php: wp_print_scripts | Fires before scripts in the $handles queue are printed. |
| wp-includes/plugin.php: did_action() | Retrieve the number of times an action is fired. |
| wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
| wp-includes/script-loader.php: print_head_scripts() | Prints the script queue in the HTML head on admin pages. |