Prints the scripts that were queued for the footer or too late for the HTML head.
print_head_scripts
Prints the script queue in the HTML head on admin pages.
wp_style_loader_src
Administration Screen CSS for changing the styles.
wp_localize_community_events
Localizes community events data that needs to be passed to dashboard.js.
Advertisement
wp_localize_jquery_ui_datepicker
Localizes the jQuery UI datepicker.
wp_just_in_time_script_localization
Load localized data on print rather than initialization.
wp_prototype_before_jquery
Reorder JavaScript scripts array to place prototype before jQuery.
wp_default_styles
Assign default styles to $styles object.
Advertisement
wp_default_scripts
Register all WordPress scripts.
wp_scripts_get_suffix
Returns the suffix that can be used for the scripts.
wp_default_packages
Registers all the WordPress packages scripts.
wp_tinymce_inline_scripts
Adds inline scripts required for the TinyMCE in the block editor.
Advertisement
wp_default_packages_inline_scripts
Adds inline scripts required for the WordPress JavaScript packages.
wp_default_packages_scripts
Registers all the WordPress packages scripts that are in the standardized `js/dist/` location.
wp_get_script_polyfill
Returns contents of an inline script used in appending polyfill scripts for browsers which fail the provided tests. The provided array is a mapping from a condition to verify feature support to its polyfill script handle.