render_block_core_post_title
render_block_core_post_title ( $attributes, $content, $block )
Parameters:- (array) attributes Block attributes.
- (string) content Block default content.
- (WP_Block) block Block instance.
Returns:- (string) Returns the filtered post title for the current post wrapped inside "h1" tags.
Defined at:Change Log: - Introduced in WordPress: 6.3.0
- Deprecated in WordPress: —
Description
Renders the `core/post-title` block on the server.