wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/functions.wp-scripts.php › WordPress File
Functions11
› Dependencies API: Scripts functions
Function | Short description |
---|---|
wp_add_inline_script | Adds extra code to a registered script. |
wp_dequeue_script | Removes a previously enqueued script. |
wp_deregister_script | Removes a registered script. |
wp_enqueue_script | Enqueues a script. |
wp_localize_script | Localizes a script. |
wp_print_scripts | Prints scripts in document head that are in the $handles queue. |
wp_register_script | Registers a new script. |
wp_scripts | Initializes $wp_scripts if it has not been set. |
wp_script_add_data | Adds metadata to a script. |
wp_script_is | Determines whether a script has been added to the queue. |
wp_set_script_translations | Sets translated strings for a script. |