File: wp-includes/script-loader.php
-
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.
-
functionprint_late_styles()
Prints the styles that were queued too late for the HTML head.
-
functionprint_footer_scripts()
Prints the scripts that were queued for the footer or too late for the HTML head.
-
Filters whether to print the styles queued too late for the HTML head.
-
Filters whether to print the footer scripts.
-
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_default_scripts()
Registers all WordPress scripts.