CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Sat, 19 Jul 2025 14:50:59 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
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_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.