wp-includes/class-wp-block.php: WP_Block::render() | Generates the render output for the block. |
wp-includes/script-loader.php: wp_enqueue_editor_block_directory_assets() | Enqueues the assets required for the block directory within the block editor. |
wp-includes/script-loader.php: enqueue_block_styles_assets() | Function responsible for enqueuing the styles required for block styles functionality on the editor and on the frontend. |
wp-includes/script-loader.php: 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-includes/script-loader.php: 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-admin/includes/meta-boxes.php: register_and_do_post_meta_boxes() | Registers the default post meta boxes, and runs the do_meta_boxes actions. |
wp-includes/general-template.php: wp_enqueue_code_editor() | Enqueue assets needed by the code editor for the given settings. |
wp-includes/class-wp-editor.php: _WP_Editors::enqueue_default_editor() | Enqueue all editor scripts. |
wp-includes/widgets/class-wp-widget-media-audio.php: WP_Widget_Media_Audio::enqueue_admin_scripts() | Loads the required media files for the media manager and scripts for media widgets. |
wp-includes/widgets/class-wp-widget-media-audio.php: WP_Widget_Media_Audio::enqueue_preview_scripts() | Enqueue preview scripts. |
wp-includes/widgets/class-wp-widget-media-video.php: WP_Widget_Media_Video::enqueue_preview_scripts() | Enqueue preview scripts. |
wp-includes/embed.php: enqueue_embed_scripts() | Enqueue embed iframe default CSS and JS & fire do_action(‘enqueue_embed_scripts’) |
wp-includes/class-wp-customize-nav-menus.php: WP_Customize_Nav_Menus::enqueue_scripts() | Enqueue scripts and styles for Customizer pane. |
wp-login.php: login_header() | Output the login page header. |
wp-admin/includes/dashboard.php: wp_dashboard_setup() | Registers dashboard widgets. |
wp-admin/includes/class-wp-internal-pointers.php: WP_Internal_Pointers::enqueue_scripts() | Initializes the new feature pointers. |
wp-admin/includes/template.php: iframe_header() | Generic Iframe header for use with Thickbox |
wp-admin/includes/media.php: wp_iframe() | Outputs the iframe to display the media upload page. |
wp-admin/includes/class-custom-image-header.php: Custom_Image_Header::css_includes() | Set up the enqueue for the CSS files |
wp-admin/includes/class-custom-background.php: Custom_Background::admin_load() | Set up the enqueue for the CSS & JavaScript files. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::customize_preview_init() | Print JavaScript settings. |
wp-includes/general-template.php: add_thickbox() | Enqueues the default ThickBox js and css. |
wp-includes/general-template.php: wp_admin_css() | Enqueues or directly prints a stylesheet link to the specified CSS file. |
wp-includes/functions.php: wp_auth_check_load() | Load the auth check for monitoring whether the user is still logged in. |
wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::initialize() | |
wp-includes/media.php: wp_enqueue_media() | Enqueues all scripts, styles, settings, and templates necessary to use all media JS APIs. |
wp-includes/media.php: wp_video_shortcode() | Builds the Video shortcode output. |
wp-includes/media.php: wp_playlist_scripts() | Outputs and enqueue default scripts and styles for playlists. |
wp-includes/media.php: wp_audio_shortcode() | Builds the Audio shortcode output. |
wp-includes/customize/class-wp-customize-color-control.php: WP_Customize_Color_Control::enqueue() | Enqueue scripts/styles for the color picker. |
wp-includes/class-wp-customize-widgets.php: WP_Customize_Widgets::enqueue_scripts() | Enqueues scripts and styles for Customizer panel and export data to JavaScript. |
wp-includes/class-wp-editor.php: _WP_Editors::enqueue_scripts() | |