block_core_comment_template_render_comments | Function that recursively renders a list of nested comments. | wp-includes/blocks/comment-template.php |
excerpt_remove_footnotes | Parses footnotes markup out of a content string,
and renders those appropriate for the excerpt. | wp-includes/blocks.php |
register_block_core_footnotes | Registers the `core/footnotes` block on the server. | wp-includes/blocks/footnotes.php |
register_core_block_style_handles | Registers core block style handles. | wp-includes/blocks/index.php |
render_block_core_footnotes | Renders the `core/footnotes` block on the server. | wp-includes/blocks/footnotes.php |
render_block_core_pattern | Renders the `core/pattern` block on the server. | wp-includes/blocks/pattern.php |
render_block_core_post_template | Renders the `core/post-template` block on the server. | wp-includes/blocks/post-template.php |
render_block_core_post_title | Renders the `core/post-title` block on the server. | wp-includes/blocks/post-title.php |
render_block_core_search | Dynamically renders the `core/search` block. | wp-includes/blocks/search.php |
wp_add_fields_to_navigation_fallback_embedded_links | Expose additional fields in the embeddable links of the
Navigation Fallback REST endpoint. | wp-includes/navigation-fallback.php |
wp_add_footnotes_to_revision | Adds the footnotes field to the revisions display. | wp-includes/blocks/footnotes.php |
wp_apply_shadow_support | Add CSS classes and inline styles for shadow features to the incoming attributes array. | wp-includes/block-supports/shadow.php |
wp_attach_theme_preview_middleware | Adds a middleware to `apiFetch` to set the theme for the preview. | wp-includes/theme-previews.php |
wp_block_theme_activate_nonce | Set a JavaScript constant for theme activation. | wp-includes/theme-previews.php |
wp_cache_set_last_changed | Sets last changed date for the specified cache group to now. | wp-includes/functions.php |
wp_cache_set_users_last_changed | Sets the last changed time for the 'users' cache group. | wp-includes/user.php |
wp_create_initial_post_meta | Registers any additional post meta fields. | wp-includes/post.php |
wp_delete_all_temp_backups | Schedules the removal of all contents in the temporary backup directory. | wp-includes/update.php |
wp_get_block_css_selector | Determines the CSS selector for the block type and property provided,
returning it if available. | wp-includes/global-styles-and-settings.php |
wp_get_block_name_from_theme_json_path | Gets the block name from a given theme.json path. | wp-includes/global-styles-and-settings.php |
wp_get_development_mode | Retrieves the current development mode. | wp-includes/load.php |
wp_get_first_block | Finds the first occurrence of a specific block in an array of blocks. | wp-includes/block-editor.php |
wp_get_footnotes_from_revision | Gets the footnotes field from the revision for the revisions screen. | wp-includes/blocks/footnotes.php |
wp_get_layout_definitions | Returns layout definitions, keyed by layout type. | wp-includes/block-supports/layout.php |
wp_get_loading_optimization_attributes | Gets loading optimization attributes. | wp-includes/media.php |
wp_get_post_content_block_attributes | Retrieves Post Content block attributes from the current post template. | wp-includes/block-editor.php |
wp_get_theme_directory_pattern_slugs | Returns the current theme's wanted patterns (slugs) to be
registered from Pattern Directory. | wp-includes/global-styles-and-settings.php |
wp_get_theme_preview_path | Filters the blog option to return the path for the previewed theme. | wp-includes/theme-previews.php |
wp_high_priority_element_flag | Accesses a flag that indicates if an element is a possible candidate for `fetchpriority='high'`. | wp-includes/media.php |
wp_img_tag_add_loading_optimization_attrs | Adds optimization attributes to an `img` HTML tag. | wp-includes/media.php |
wp_is_development_mode | Checks whether the site is in the given development mode. | wp-includes/load.php |
wp_is_password_reset_allowed_for_user | Checks if password reset is allowed for a specific user. | wp-includes/user.php |
wp_lazyload_comment_meta | Queue comment meta for lazy-loading. | wp-includes/comment.php |
wp_lazyload_site_meta | Queue site meta for lazy-loading. | wp-includes/ms-site.php |
wp_lazyload_term_meta | Queue term meta for lazy-loading. | wp-includes/taxonomy.php |
wp_maybe_add_fetchpriority_high_attr | Determines whether to add `fetchpriority='high'` to loading attributes. | wp-includes/media.php |
wp_register_shadow_support | Registers the style and shadow block attributes for block types that support it. | wp-includes/block-supports/shadow.php |
_filter_do_shortcode_context | Filter the `wp_get_attachment_image_context` hook during shortcode rendering. | wp-includes/shortcodes.php |
_validate_cache_id | Checks whether the given cache ID is either an integer or an integer-like string. | wp-includes/functions.php |
_wp_delete_all_temp_backups | Deletes all contents in the temporary backup directory. | wp-includes/update.php |