Uses
Uses | Description |
---|---|
wp-includes/functions.wp-scripts.php: wp_scripts() | Initialize $wp_scripts if it has not been set. |
wp-includes/functions.wp-scripts.php: wp_print_scripts | Fires before scripts in the $handles queue are printed. |
wp-includes/plugin.php: did_action() | Retrieve the number of times an action is fired. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/class.wp-scripts.php: WP_Scripts::do_head_items() | Processes items and dependencies for the head group. |
wp-includes/class.wp-scripts.php: WP_Scripts::reset() | Resets class properties. |
wp-includes/script-loader.php: script_concat_settings() | Determine the concatenation and compression settings for scripts and styles. |
wp-includes/script-loader.php: print_head_scripts | Filters whether to print the head scripts. |