wp-admin/update-core.php: core_auto_updates_settings() | Display WordPress auto-updates settings. |
wp-admin/includes/class-wp-site-health.php: WP_Site_Health::detect_plugin_theme_auto_update_issues() | Check for potential issues with plugin and theme auto-updates. |
wp-admin/includes/class-wp-site-health.php: WP_Site_Health::check_wp_version_check_exists() | Test if wp_version_check is blocked. |
wp-admin/includes/class-wp-site-health-auto-updates.php: WP_Site_Health_Auto_Updates::test_wp_version_check_attached() | Check if updates are intercepted by a filter. |
wp-includes/ms-site.php: update_sitemeta_cache() | Updates metadata cache for list of site IDs. |
wp-includes/blocks.php: do_blocks() | Parses dynamic blocks out of post_content and re-renders them. |
wp-includes/blocks.php: _restore_wpautop_hook() | If do_blocks() needs to remove wpautop() from the the_content filter, this re-adds it afterwards, for subsequent the_content usage. |
wp-includes/wp-db.php: wpdb::placeholder_escape() | Generates and returns a placeholder escape string for use in queries returned by ::prepare(). |
wp-includes/plugin.php: apply_filters_deprecated() | Fires functions attached to a deprecated filter hook. |
wp-includes/customize/class-wp-customize-nav-menu-item-setting.php: WP_Customize_Nav_Menu_Item_Setting::preview() | Handle previewing the setting. |
wp-admin/includes/class-wp-ms-sites-list-table.php: WP_MS_Sites_List_Table::column_plugins() | Handles the plugins column output. |
wp-admin/includes/class-core-upgrader.php: Core_Upgrader::upgrade() | Upgrade WordPress core. |
wp-admin/includes/class-wp-ms-sites-list-table.php: WP_MS_Sites_List_Table::get_columns() | |
wp-includes/capabilities.php: map_meta_cap() | Maps a capability to the primitive capabilities required of the given user to satisfy the capability being checked. |
wp-includes/class-wp.php: WP::build_query_string() | Sets the query string property based off of the query variable property. |
wp-includes/widgets/class-wp-widget-text.php: WP_Widget_Text::widget() | Outputs the content for the current Text widget instance. |
wp-includes/class-wp-embed.php: WP_Embed::shortcode() | The do_shortcode() callback function. |
wp-includes/plugin.php: has_action() | Checks if any action has been registered for a hook. |
wp-includes/meta.php: sanitize_meta() | Sanitizes meta value. |
wp-includes/meta.php: register_meta() | Registers a meta key. |
wp-includes/class-wp-editor.php: _WP_Editors::editor() | Outputs the HTML for a single instance of the editor. |