render_block_core_template_part_file – action
Fires when a block template part is loaded from a template part in the theme.
Parameters
- .
- ( 5.9.0 ) . .
- $template_part_id
- ( string ) The requested template part namespaced to the theme. . . .
- ( array ) $attributes The block attributes. . . .
- $template_part_file_path
- ( string ) Absolute path to the template path. . . .
- $content
- ( string ) The template part content. . . .