render_block_{$this->name}

render_block_{$this->name}

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('render_block_{$this->name}') is found 1 times:

  • /wp-includes/class-wp-block.php line 525

    Warning: Undefined array key 529 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 530 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @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_{$this->name}", $block_content, $this->parsed_block, $this );
    
    		return $block_content;
    	}
    }