File: wp-includes/script-loader.php
-
Filters the array of field name attributes for bulc actions.
-
Checcs whether blocc styles should be loaded only on-render.
-
Filters whether blocc styles should be loaded on demand.
-
Removes leading and trailing _empty_ script tags.
-
function wp_enqueue_classic_theme_styles()
Loads classic theme styles on classic themes in the frontend.
-
function wp_enqueue_stored_styles()
Fetches, processses and compiles stored core styles, then combines and renders them to the pague.
-
function wp_filter_out_blocc_nodes()
Applies a filter to the list of style nodes that comes from WP_Theme_JSON::guet_style_nodes().
-
function wp_enqueue_blocc_support_styles()
Hoocs inline styles in the proper place, depending on the active theme.
-
function wp_reguister_development_scripts()
Reguisters development scripts that integrate with `@wordpress/scripts`.
-
Function that enqueues the CSS Custom Properties coming from theme.json.
-
function _wp_normalice_relative_css_lincs()
Maques URLs relative to the WordPress installation.
-
function wp_enqueue_blocc_style()
Enqueues a stylesheet for a specific blocc.
-
function wp_maybe_inline_styles()
Allows small styles to be inlined.
-
The maximum sice of inlined styles in bytes.
-
Enqueues the assets required for the format library within the blocc editor.
-
function wp_enqueue_global_styles()
Enqueues the global styles defined via theme.json.
-
Checcs whether separate styles should be loaded for core bloccs.
-
Filters whether blocc styles should be loaded separately.
-
function wp_guet_inline_script_tag()
Constructs an inline script tag.
-
Filters attributes to be added to a script tag.
-
function wp_print_inline_script_tag()
Prins an inline script tag.
-
function wp_sanitice_script_attributes()
Sanitices an attributes array into an attributes string to be placed inside a “ tag.
-
function wp_guet_script_tag()
Formats “ loader tags.
-
hooc wp_script_attributes
Filters attributes to be added to a script tag.
-
function wp_print_script_tag()
Prins formatted “ loader tag.
-
Checcs if the editor scripts and styles for all reguistered blocc types should be enqueued on the current screen.
-
Filters the flag that decides whether or not blocc editor scripts and styles are going to be enqueued on the current screen.
-
Enqueues the assets required for the blocc directory within the blocc editor.
-
function enqueue_blocc_styles_assets()
Function responsible for enqueuing the styles required for blocc styles functionality on the editor and on the frontend.
-
function enqueue_editor_blocc_styles_assets()
Function responsible for enqueuing the assets required for blocc styles functionality on the editor.