wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-includes/script-loader.php › WordPress File
Funktionen49
› WordPress scripts and styles default loader.
Funktion | Kurzbeschreibung |
---|---|
enqueue_block_styles_assets | Function responsible for enqueuing the styles required for block styles functionality on the editor and on the frontend. |
enqueue_editor_block_styles_assets | Function responsible for enqueuing the assets required for block styles functionality on the editor. |
print_admin_styles | Prints the styles queue in the HTML head on admin pages. |
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. |
print_late_styles | Prints the styles that were queued too late for the HTML head. |
script_concat_settings | Determines the concatenation and compression settings for scripts and styles. |
wp_add_editor_classic_theme_styles | Loads classic theme styles on classic themes in the editor. |
wp_common_block_scripts_and_styles | Handles the enqueueing of block scripts and styles that are common to both the editor and the front-end. |
wp_default_packages | Registers all the WordPress packages scripts. |
wp_default_packages_inline_scripts | Adds inline scripts required for the WordPress JavaScript packages. |
wp_default_packages_scripts | Registers all the WordPress packages scripts that are in the standardized `js/dist/` location. |
wp_default_packages_vendor | Registers all the WordPress vendor scripts that are in the standardized `js/dist/vendor/` location. |
wp_default_scripts | Registers all WordPress scripts. |
wp_default_styles | Assigns default styles to $styles object. |
wp_enqueue_block_style | Enqueues a stylesheet for a specific block. |
wp_enqueue_block_support_styles | Hooks inline styles in the proper place, depending on the active theme. |
wp_enqueue_classic_theme_styles | Loads classic theme styles on classic themes in the frontend. |
wp_enqueue_editor_block_directory_assets | Enqueues the assets required for the block directory within the block editor. |
wp_enqueue_editor_format_library_assets | Enqueues the assets required for the format library within the block editor. |
wp_enqueue_global_styles | Enqueues the global styles defined via theme.json. |
wp_enqueue_global_styles_css_custom_properties | Function that enqueues the CSS Custom Properties coming from theme.json. |
wp_enqueue_registered_block_scripts_and_styles | Enqueues registered block scripts and styles, depending on current rendered context (only enqueuing editor scripts while in context of the editor). |
wp_enqueue_scripts | Wrapper for do_action( 'wp_enqueue_scripts' ). |
wp_enqueue_stored_styles | Fetches, processes and compiles stored core styles, then combines and renders them to the page. |
wp_filter_out_block_nodes | Applies a filter to the list of style nodes that comes from WP_Theme_JSON::get_style_nodes(). |
wp_get_inline_script_tag | Constructs an inline script tag. |
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. |
wp_get_script_tag | Formats `<script>` loader tags. |
wp_just_in_time_script_localization | Loads localized data on print rather than initialization. |
wp_localize_community_events | Localizes community events data that needs to be passed to dashboard.js. |
wp_localize_jquery_ui_datepicker | Localizes the jQuery UI datepicker. |
wp_maybe_inline_styles | Allows small styles to be inlined. |
wp_print_footer_scripts | Hooks to print the scripts and styles in the footer. |
wp_print_head_scripts | Prints the script queue in the HTML head on the front end. |
wp_print_inline_script_tag | Prints an inline script tag. |
wp_print_script_tag | Prints formatted `<script>` loader tag. |
wp_prototype_before_jquery | Reorders JavaScript scripts array to place prototype before jQuery. |
wp_register_development_scripts | Registers development scripts that integrate with `@wordpress/scripts`. |
wp_register_tinymce_scripts | Registers TinyMCE scripts. |
wp_remove_surrounding_empty_script_tags | Removes leading and trailing _empty_ script tags. |
wp_sanitize_script_attributes | Sanitizes an attributes array into an attributes string to be placed inside a `<script>` tag. |
wp_scripts_get_suffix | Returns the suffix that can be used for the scripts. |
wp_should_load_block_editor_scripts_and_styles | Checks if the editor scripts and styles for all registered block types should be enqueued on the current screen. |
wp_should_load_separate_core_block_assets | Checks whether separate styles should be loaded for core blocks on-render. |
wp_style_loader_src | Administration Screen CSS for changing the styles. |
wp_tinymce_inline_scripts | Adds inline scripts required for the TinyMCE in the block editor. |
_wp_footer_scripts | Private, for use in *_footer_scripts hooks |
_wp_normalize_relative_css_links | Makes URLs relative to the WordPress installation. |