File: wp-includes/script-loader.php
-
Fires after enqueuing block assets for both editor and front-end.
-
Enqueues registered block scripts and styles, depending on current rendered context (only enqueuing editor scripts while in context of the editor).
-
functionwp_scripts_get_suffix()
Returns the suffix that can be used for the scripts.
-
functionwp_register_tinymce_scripts()
Registers TinyMCE scripts.
-
functionwp_default_packages_vendor()
Registers all the WordPress vendor scripts that are in the standardized `js/dist/vendor/` location.
-
functionwp_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.
-
functionwp_default_packages_scripts()
Registers all the WordPress packages scripts that are in the standardized `js/dist/` location.
-
Adds inline scripts required for the WordPress JavaScript packages.
-
functionwp_tinymce_inline_scripts()
Adds inline scripts required for the TinyMCE in the block editor.
-
functionwp_default_packages()
Registers all the WordPress packages scripts.
-
functionwp_localize_community_events()
Localizes community events data that needs to be passed to dashboard.js.
-
Localizes the jQuery UI datepicker.
-
hookmejs_settings
Filters the MediaElement configuration settings.
-
functionscript_concat_settings()
Determines the concatenation and compression settings for scripts and styles.
-
functionwp_print_head_scripts()
Prints the script queue in the HTML head on the front end.
-
Filters the Heartbeat settings.
-
function_wp_footer_scripts()
Private, for use in *_footer_scripts hooks
-
Filters the authentication check interval.
-
functionwp_print_footer_scripts()
Hooks to print the scripts and styles in the footer.
-
functionwp_default_styles()
Assigns default styles to $styles object.
-
Fires when footer scripts are printed.
-
functionwp_prototype_before_jquery()
Reorders JavaScript scripts array to place prototype before jQuery.
-
functionwp_enqueue_scripts()
Wrapper for do_action( ‘wp_enqueue_scripts’ ).
-
Loads localized data on print rather than initialization.
-
Fires when scripts and styles are enqueued.
-
functionwp_style_loader_src()
Administration Screen CSS for changing the styles.
-
functionprint_admin_styles()
Prints the styles queue in the HTML head on admin pages.
-
functionprint_head_scripts()
Prints the script queue in the HTML head on admin pages.
-
Filters whether to print the admin styles.
-
Filters whether to print the head scripts.