wp-includes/widgets.php: wp_map_sidebars_widgets() | Compares a list of sidebars with their widgets against an allowed list. |
wp-includes/theme.php: wp_get_custom_css_post() | Fetches the custom_css post for a given theme. |
wp-includes/theme.php: get_header_video_url() | Retrieves header video URL for custom header. |
wp-includes/theme.php: _custom_logo_header_styles() | Adds CSS to hide header text for custom logo, based on Customizer setting. |
wp-includes/general-template.php: has_custom_logo() | Determines whether the site has a custom logo. |
wp-includes/general-template.php: get_custom_logo() | Returns a custom logo, linked to home unless the theme supports removing the link on the home page. |
wp-includes/class-wp-customize-setting.php: WP_Customize_Setting::get_root_value() | Get the root value for a setting, especially for multidimensional ones. |
wp-admin/includes/template.php: _media_states() | Outputs the attachment media states as HTML. |
wp-admin/includes/class-custom-image-header.php: Custom_Image_Header::show_header_selector() | Display UI for selecting one of several default headers. |
wp-admin/includes/class-custom-background.php: Custom_Background::admin_page() | Display the custom background page. |
wp-includes/theme.php: get_background_color() | Retrieves value for custom background color. |
wp-includes/theme.php: _custom_background_cb() | Default custom background callback. |
wp-includes/theme.php: _delete_attachment_theme_mod() | Checks an attachment being deleted to see if it’s a header or background image. |
wp-includes/theme.php: get_header_textcolor() | Retrieves the custom header text color in 3- or 6-digit hexadecimal form. |
wp-includes/theme.php: display_header_text() | Whether to display the header text. |
wp-includes/theme.php: get_header_image() | Retrieves header image for custom header. |
wp-includes/theme.php: _get_random_header_data() | Gets random header image data from registered images in theme. |
wp-includes/theme.php: is_random_header_image() | Checks if random header image is in use. |
wp-includes/theme.php: get_custom_header() | Gets the header image data. |
wp-includes/theme.php: get_background_image() | Retrieves background image for custom background. |
wp-includes/theme.php: switch_theme() | Switches the theme. |
wp-includes/nav-menu.php: get_nav_menu_locations() | Retrieves all registered navigation menu locations and the menus assigned to them. |
wp-includes/widgets.php: retrieve_widgets() | Look for “lost” widgets, this has to run at least on each theme change. |