render_block_core_term_count
render_block_core_term_count ( $attributes, $content, $block )
Parameters:- (array) attributes Block attributes.
- (string) content Block default content.
- (WP_Block) block Block instance.
Returns:- (string) Returns the count of the current taxonomy term wrapped inside a heading tag.
Defined at: - Introduced in WordPress: 6.9.0
- Deprecated in WordPress: —
Description
Renders the `core/term-count` block on the server.