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