Advertisement

print_footer_scripts

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.

Advertisement

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_tinymce_inline_scripts

Adds inline scripts required for the TinyMCE in the block editor.

Advertisement

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.