File: wp-includes/functions.wp-scripts.php
-
functionwp_set_script_translations()
Sets translated strings for a script.
-
functionwp_add_inline_script()
Adds extra code to a registered script.
-
functionwp_script_add_data()
Adds metadata to a script.
-
functionwp_scripts()
Initializes $wp_scripts if it has not been set.
-
functionwp_print_scripts()
Prints scripts in document head that are in the $handles queue.
-
hookwp_print_scripts
Fires before scripts in the $handles queue are printed.
-
functionwp_register_script()
Registers a new script.
-
functionwp_localize_script()
Localizes a script.
-
functionwp_deregister_script()
Removes a registered script.
-
functionwp_enqueue_script()
Enqueues a script.
-
functionwp_dequeue_script()
Removes a previously enqueued script.
-
functionwp_script_is()
Determines whether a script has been added to the queue.