WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about render_block_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-block.php apply_filters 306 /**
* Filters the content of a single block.
*
* The dynamic portion of the hook name, `$name`, refers to
* the block name, e.g. "core/paragraph".
*
* @since 5.7.0
* @since 5.9.0 The `$instance` parameter was added.
*
* @param string $block_content The block content.
* @param array $block The full block, including name and attributes.
* @param WP_Block $instance The block instance.
*/

Hook Parameters

Parameter Type Name Description