Add metadata to a script.
wp_script_is
Determines whether a script has been added to the queue.
wp_dequeue_script
Remove a previously enqueued script.
wp_deregister_script
Remove a registered script.
Advertisement
wp_enqueue_script
Enqueue a script.
wp_set_script_translations
Sets translated strings for a script.
wp_localize_script
Localize a script.
wp_register_script
Register a new script.
Advertisement
wp_add_inline_script
Adds extra code to a registered script.
wp_print_scripts
Prints scripts in document head that are in the $handles queue.
wp_scripts
Initialize $wp_scripts if it has not been set.