Parsed: 120709
<?php /** * Dependencies API: Scripts functions * * @since 2.6.0 * * @package WordPress * @subpackage Dependencies */ /* function wp_scripts() – Initialize $wp_scripts if it has not been set. */ /* function _wp_scripts_maybe_doing_it_wrong() – Helper function to output a _doing_it_wrong message when applicable. */ /* function wp_print_scripts() – Prints scripts in document head that are in the $handles queue. */ /* function wp_add_inline_script() – Adds extra code to a registered script. */ /* function wp_register_script() – Register a new script. */ /* function wp_localize_script() – Localize a script. */ /* function wp_set_script_translations() – Sets translated strings for a script. */ /* function wp_deregister_script() – Remove a registered script. */ /* function wp_enqueue_script() – Enqueue a script. */ /* function wp_dequeue_script() – Remove a previously enqueued script. */ /* function wp_script_is() – Determines whether a script has been added to the queue. */ /* function wp_script_add_data() – Add metadata to a script. */