render_block

render_block

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('render_block') is found 1 times:

  • /wp-includes/class-wp-block.php line 510
    		 * @param string   $block_content The block content.
    		 * @param array    $block         The full block, including name and attributes.
    		 * @param WP_Block $instance      The block instance.
    		 */
    		$block_content = apply_filters( 'render_block', $block_content, $this->parsed_block, $this );
    
    		/**
    		 * Filters the content of a single block.
    		 *
    		 * The dynamic portion of the hook name, `$name`, refers to
    		 * the block name, e.g. "core/paragraph".
    

See this hook used in plugins: