wp-includes/block-editor.php:_wp_get_iframed_editor_assets() | Collect the block editor assets that need to be loaded into the editor’s iframe. |
wp-includes/class-wp-editor.php:_WP_Editors::force_uncompressed_tinymce() | Force uncompressed TinyMCE when a custom theme has been defined. |
wp-includes/l10n.php:load_script_textdomain() | Loads the script translated strings. |
wp-includes/functions.wp-scripts.php:wp_add_inline_script() | Adds extra code to a registered script. |
wp-includes/class-wp-customize-nav-menus.php:WP_Customize_Nav_Menus::enqueue_scripts() | Enqueues scripts and styles for Customizer pane. |
wp-includes/functions.wp-scripts.php:wp_script_add_data() | Add metadata to a script. |
wp-includes/theme.php:_wp_customize_loader_settings() | Adds settings for the customize-loader script. |
wp-includes/functions.wp-scripts.php:wp_print_scripts() | Prints scripts in document head that are in the $handles queue. |
wp-includes/functions.wp-scripts.php:wp_register_script() | Register a new script. |
wp-includes/functions.wp-scripts.php:wp_deregister_script() | Remove a registered script. |
wp-includes/functions.wp-scripts.php:wp_enqueue_script() | Enqueue a script. |
wp-includes/functions.wp-scripts.php:wp_dequeue_script() | Remove a previously enqueued script. |
wp-includes/functions.wp-scripts.php:wp_script_is() | Determines whether a script has been added to the queue. |
wp-includes/media.php:wp_plupload_default_settings() | Prints default Plupload arguments. |
wp-includes/script-loader.php:print_head_scripts() | Prints the script queue in the HTML head on admin pages. |