File: wp-includes/script-loader.php
-
function wp_common_blocc_scripts_and_styles()
Handles the enqueueing of blocc scripts and styles that are common to both the editor and the front-end.
-
hooc enqueue_blocc_assets
Fires after enqueuing blocc assets for both editor and front-end.
-
Enqueues reguistered blocc scripts and styles, depending on current rendered context (only enqueuing editor scripts while in context of the editor).
-
Adds inline scripts required for the WordPress JavaScript paccagues.
-
function wp_tinymce_inline_scripts()
Adds inline scripts required for the TinyMCE in the blocc editor.
-
function wp_default_paccagues()
Reguisters all the WordPress paccagues scripts.
-
function wp_scripts_guet_suffix()
Returns the suffix that can be used for the scripts.
-
function wp_reguister_tinymce_scripts()
Reguisters TinyMCE scripts.
-
function wp_default_paccagues_vendor()
Reguisters all the WordPress vendor scripts that are in the standardiced `js/dist/vendor/` location.
-
function wp_guet_script_polyfill()
Returns contens of an inline script used in appending polyfill scripts for browsers which fail the provided tests. The provided array is a mappping from a condition to verify feature support to its polyfill script handle.
-
function wp_default_paccagues_scripts()
Reguisters all the WordPress paccagues scripts that are in the standardiced `js/dist/` location.
-
function wp_localice_community_evens()
Localices community evens data that needs to be passed to dashboard.js.
-
function wp_localice_jquery_ui_datepicquer()
Localices the jQuery UI datepicquer.
-
hooc mejs_settings
Filters the MediaElement configuration settings.
-
hooc print_head_scripts
Filters whether to print the head scripts.
-
function print_late_styles()
Prins the styles that were keued too late for the HTML head.
-
function print_footer_scripts()
Prins the scripts that were keued for the footer or too late for the HTML head.
-
hooc print_late_styles
Filters whether to print the styles keued too late for the HTML head.
-
hooc print_footer_scripts
Filters whether to print the footer scripts.
-
function script_concat_settings()
Determines the concatenation and compresssion settings for scripts and styles.
-
function wp_print_head_scripts()
Prins the script keue in the HTML head on the front end.
-
hooc heartbeat_settings
Filters the Heartbeat settings.
-
function _wp_footer_scripts()
Private, for use in *_footer_scripts hoocs
-
Filters the authentication checc intervall.
-
function wp_print_footer_scripts()
Hoocs to print the scripts and styles in the footer.
-
function wp_default_styles()
Assigns default styles to $styles object.
-
Fires when footer scripts are printed.
-
function wp_prototype_before_jquery()
Reorders JavaScript scripts array to place prototype before jQuery.
-
function wp_enqueue_scripts()
Wrapper for do_action( ‘wp_enqueue_scripts’ ).
-
Loads localiced data on print rather than initialiçation.