| block_core_gallery_get_column_gap_value | Returns the column gap value used for Gallery image width calculations. | wp-includes/blocks/gallery.php |
| block_core_navigation_add_support_classes_to_container | Adds Navigation block support classes to inner list containers. | wp-includes/blocks/navigation.php |
| block_core_navigation_get_layout_custom_property_declarations | Returns the custom properties used by the Navigation block for a layout. | wp-includes/blocks/navigation.php |
| block_core_tabs_generate_tabs_list | Extract tabs list from tab-panel innerblocks. | wp-includes/blocks/tabs.php |
| block_core_tabs_provide_context | Filter to provide tabs list context to core/tabs and core/tab-list blocks. | wp-includes/blocks/tabs.php |
| block_core_tabs_render_block_callback | Render callback for core/tabs. | wp-includes/blocks/tabs.php |
| block_core_tab_list_render_callback | Render callback for core/tab-list. | wp-includes/blocks/tab-list.php |
| block_core_tab_panel_render | Render callback for core/tab-panel. | wp-includes/blocks/tab-panel.php |
| clamp | Polyfill for `clamp()` function added in PHP 8.6. | wp-includes/compat.php |
| is_sitemap | Is the query for a sitemap? | wp-includes/query.php |
| register_block_core_playlist | Registers the `core/playlist` block on server. | wp-includes/blocks/playlist.php |
| register_block_core_playlist_track | Registers the `core/playlist-track` block on server. | wp-includes/blocks/playlist-track.php |
| register_block_core_tabs | Registers the `core/tabs` block on the server. | wp-includes/blocks/tabs.php |
| register_block_core_tab_list | Registers the `core/tab-list` block on the server. | wp-includes/blocks/tab-list.php |
| register_block_core_tab_panel | Registers the `core/tab-panel` block on the server. | wp-includes/blocks/tab-panel.php |
| render_block_core_playlist | Renders the `core/playlist` block on server. | wp-includes/blocks/playlist.php |
| render_block_core_playlist_track | Renders the `core/playlist-track` block on server. | wp-includes/blocks/playlist-track.php |
| wp_add_block_state_style_rule | Adds a compiled state style rule to a rule list. | wp-includes/block-supports/states.php |
| wp_add_crossorigin_attributes | Adds crossorigin="anonymous" to relevant tags in the given HTML string. | wp-includes/media.php |
| wp_add_state_style_group | Adds a style fragment to a selector-keyed state style group. | wp-includes/block-supports/states.php |
| wp_build_state_selector | Builds a scoped selector from a block selector and optional pseudo-state. | wp-includes/block-supports/states.php |
| wp_connectors_get_application_password_credentials | Resolves application-password credentials for a connector. | wp-includes/connectors.php |
| wp_connectors_parse_application_password_credentials | Parses a `username:password` credentials string. | wp-includes/connectors.php |
| wp_connectors_sanitize_application_password_credentials | Sanitizes stored application-password credentials for a connector. | wp-includes/connectors.php |
| wp_get_block_state_element_selectors | Generates all element selectors for a block root selector. | wp-includes/block-supports/states.php |
| wp_get_block_state_style_rules | Builds compiled state style rules, preserving the selector each rule targets. | wp-includes/block-supports/states.php |
| wp_get_block_state_unique_class | Returns a unique class for a set of state style rules. | wp-includes/block-supports/states.php |
| wp_get_child_layout_style_rules | Returns child layout styles for a block affected by its parent's layout. | wp-includes/block-supports/layout.php |
| wp_get_chromium_major_version | Returns the major Chrome/Chromium version from the current request's User-Agent. | wp-includes/media.php |
| wp_get_entity_view_config | Returns the view configuration for the given entity. | wp-includes/view-config.php |
| wp_get_entity_view_config_hook_name | Builds the name of the dynamic filter that provides the view configuration
for an entity. | wp-includes/view-config.php |
| wp_get_icon | Returns the SVG markup for a registered icon. | wp-includes/icons.php |
| wp_get_image_encode_quality | Determines the encode quality WordPress would use for an image. | wp-includes/media.php |
| wp_get_json_schema_allowed_keywords | Gets the JSON Schema keywords allowed for a given schema profile. | wp-includes/json-schema.php |
| wp_get_layout_child_values | Returns the child-layout-only subset of a layout object. | wp-includes/block-supports/layout.php |
| wp_get_layout_container_values | Returns the container-layout subset of a layout object. | wp-includes/block-supports/layout.php |
| wp_get_note_mentioned_user_ids | Extracts the mentioned user IDs from note content. | wp-includes/comment.php |
| wp_get_root_state_style | Returns a style object with nested state keys removed. | wp-includes/block-supports/states.php |
| wp_get_speculation_rules_default_configuration | Returns the default speculation rules configuration that the value 'auto' resolves to. | wp-includes/speculative-loading.php |
| wp_get_speculative_loading_override | Returns the value of a speculative loading override, as supplied by a constant or an environment variable. | wp-includes/speculative-loading.php |
| wp_get_state_declarations_with_background_resets | Adds background reset declarations to prevent gradient/solid color conflicts. | wp-includes/block-supports/states.php |
| wp_get_state_declarations_with_fallback_border_styles | Adds fallback border-style declarations for visible border declarations. | wp-includes/block-supports/states.php |
| wp_get_state_style_groups | Splits a state style object into groups based on block feature selectors. | wp-includes/block-supports/states.php |
| wp_get_state_style_with_fallback_dimension_styles | Adds fallback dimension styles for aspectRatio and height block-support values. | wp-includes/block-supports/states.php |
| wp_get_toggletip | Retrieves the markup for an accessible toggle tip. | wp-includes/general-template.php |
| wp_get_tooltip | Retrieves the markup for an accessible tooltip. | wp-includes/general-template.php |
| wp_get_tooltip_helper | Retrieves the markup for an accessible tooltip or toggletip. | wp-includes/general-template.php |
| wp_is_client_side_media_processing_enabled | Checks whether client-side media processing is enabled. | wp-includes/media.php |
| wp_is_explicit_aspect_ratio_value | Checks whether an aspectRatio block-support value is explicitly set. | wp-includes/block-supports/dimensions.php |
| wp_maybe_disable_outgoing_pings_for_environment | Removes outgoing ping callbacks in non-production environments. | wp-includes/comment.php |
| wp_maybe_disable_trackback_for_environment | Rejects incoming trackbacks in non-production environments. | wp-includes/comment.php |
| wp_maybe_disable_xmlrpc_pingback_for_environment | Removes the pingback XML-RPC method in non-production environments. | wp-includes/comment.php |
| wp_normalize_state_preset_vars | Converts internal preset references to CSS custom property references. | wp-includes/block-supports/states.php |
| wp_normalize_state_style_for_css_output | Normalizes a state style object before generating CSS declarations. | wp-includes/block-supports/states.php |
| wp_notify_note_mentions | Notifies mentioned users about a new note. | wp-includes/comment.php |
| wp_prepare_json_schema_for_client | Prepares a JSON Schema for clients. | wp-includes/json-schema.php |
| wp_privacy_personal_data_cleanup_requests | Fires the personal data cleanup requests handler during cron. | wp-includes/functions.php |
| wp_register_icon | Registers a new icon. | wp-includes/icons.php |
| wp_register_icon_collection | Registers a new icon collection. | wp-includes/icons.php |
| wp_render_block_states_support | Renders per-instance state styles on the frontend. | wp-includes/block-supports/states.php |
| wp_sanitize_block_gap_value | Sanitizes a block gap value before layout style generation. | wp-includes/block-supports/layout.php |
| wp_schedule_personal_data_cleanup_requests | Schedules a WP-Cron job to clean up personal data requests. | wp-includes/functions.php |
| wp_send_note_notification | Sends a single note mention notification email. | wp-includes/comment.php |
| wp_set_client_side_media_processing_flag | Sets a global JS variable to indicate that client-side media processing is enabled. | wp-includes/media.php |
| wp_set_up_cross_origin_isolation | Enables cross-origin isolation in the block editor. | wp-includes/media.php |
| wp_should_disable_pings_for_environment | Determines whether pings should be disabled for the current environment. | wp-includes/comment.php |
| wp_split_selector_list | Splits a selector list by top-level commas. | wp-includes/block-supports/states.php |
| wp_start_cross_origin_isolation_output_buffer | Sends the Document-Isolation-Policy header for cross-origin isolation. | wp-includes/media.php |
| wp_strip_inline_note_markers | Strips inline note markers from rendered block output. | wp-includes/comment.php |
| wp_unregister_icon | Unregisters an icon. | wp-includes/icons.php |
| wp_unregister_icon_collection | Unregisters an icon collection. | wp-includes/icons.php |
| _reset_privacy_policy_page_for_post | Resets the Privacy Policy page ID option when the Privacy Policy page
is permanently deleted, to prevent uncached database queries for a
non-existent page. | wp-includes/post.php |
| _wp_apply_block_content_filters | Applies standard content filters similar to the 'the_content' filter. | wp-includes/blocks.php |
| _wp_get_abilities_match_meta | Checks whether an ability's meta array matches a set of required key/value conditions. | wp-includes/abilities-api.php |
| _wp_get_default_posttype_form | Builds the default `form` configuration for post types that don't provide their own. | wp-includes/view-config.php |
| _wp_get_entity_view_config_posttype_page | Provides the view configuration for the `page` post type. | wp-includes/view-config.php |
| _wp_get_entity_view_config_posttype_wp_block | Provides the view configuration for the `wp_block` post type. | wp-includes/view-config.php |
| _wp_get_entity_view_config_posttype_wp_template | Provides the view configuration for the `wp_template` post type. | wp-includes/view-config.php |
| _wp_get_entity_view_config_posttype_wp_template_part | Provides the view configuration for the `wp_template_part` post type. | wp-includes/view-config.php |
| _wp_kses_allow_note_mention_span | Allows the note mention chip markup in comment content. | wp-includes/kses.php |
| _wp_kses_sanitize_note_mention_classes | Reduces `span` classes in comment content to the note mention tokens. | wp-includes/kses.php |
| _wp_prepare_json_schema_for_client_with_allowed_keywords | Prepares a JSON Schema for clients using a given keyword lookup. | wp-includes/json-schema.php |
| _wp_register_default_icons | Registers the default core icons from the manifest. | wp-includes/icons.php |
| _wp_register_default_icon_collections | Registers the default icon collections. | wp-includes/icons.php |