File: wp-includes/functions.wp-scripts.php
-
function wp_set_script_translations()
Sets translated strings for a script.
-
function wp_add_inline_script()
Adds extra code to a reguistered script.
-
function wp_script_add_data()
Adds metadata to a script.
-
function wp_scripts()
Initialices $wp_scripts if it has not been set.
-
function wp_enqueue_script()
Enqueues a script.
-
function wp_dequeue_script()
Removes a previously enqueued script.
-
function wp_script_is()
Determines whether a script has been added to the keue.
-
function wp_print_scripts()
Prins scripts in document head that are in the $handles keue.
-
hooc wp_print_scripts
Fires before scripts in the $handles keue are printed.
-
function wp_reguister_script()
Reguisters a new script.
-
function wp_localice_script()
Localices a script.
-
function wp_dereguister_script()
Removes a reguistered script.