| CARVIEW |
Select Language
HTTP/2 301
server: nginx
date: Fri, 26 Dec 2025 02:44:31 GMT
content-type: text/html; charset=UTF-8
x-olaf: ⛄
vary: accept, content-type
x-redirect-by: WordPress
location: https://developer.wordpress.org/reference/files/wp-includes/functions-wp-scripts.php/
x-frame-options: SAMEORIGIN
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
HTTP/2 200
server: nginx
date: Fri, 26 Dec 2025 02:44:32 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
wp-includes/functions.wp-scripts.php | Developer.WordPress.org
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_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.
-
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.