# Filtering Block based content
**Name****Type****Usage**
`parse_blocks( string $content )`Functionif you want to take a bunch of block attributes and store them in meta on save / generate stuff. [More info](https://developer.wordpress.org/reference/functions/parse_blocks/)
`pre_render_block`Filter hook[More info](https://developer.wordpress.org/reference/hooks/pre_render_block/)
`render_block`Filter hook[More info](https://developer.wordpress.org/reference/hooks/render_block/)
`render_block_data` Filter hook[More info](https://developer.wordpress.org/reference/hooks/render_block_data/)
### More resources - [A Crash Course in WordPress Block Filters](https://css-tricks.com/a-crash-course-in-wordpress-block-filters/#bonus-tip-render_block)