# Filtering Block based content
**Name** | **Type** | **Usage** |
`parse_blocks( string $content )` | Function | if 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/) |