render_block_core_template_part_file
render_block_core_template_part_file
Appears in: gutenberg.18.2.0, gutenberg.18.5.0, gutenberg.18.6.1, gutenberg.18.7.1, gutenberg.18.9.0, gutenberg.19.0.0, gutenberg.19.1.0, gutenberg.19.2.0, gutenberg.19.4.0, gutenberg.19.6.1, gutenberg.19.6.4, gutenberg.19.8.0, gutenberg.19.9.0, gutenberg.20.0.0, gutenberg.20.3.0, gutenberg.20.4.0, gutenberg.20.5.0, gutenberg.20.6.0, wordpress-5.9, wordpress-5.9.1, wordpress-5.9.2, wordpress-5.9.3, wordpress-6.0, wordpress-6.0.1, wordpress-6.0.2, wordpress-6.0.3, wordpress-6.1, wordpress-6.1.1, wordpress-6.2, wordpress-6.2.1, wordpress-6.2.2, wordpress-6.3, wordpress-6.3.1, wordpress-6.3.2, wordpress-6.4, wordpress-6.4.1, wordpress-6.4.2, wordpress-6.4.3, wordpress-6.5, wordpress-6.5.2, wordpress-6.5.3, wordpress-6.5.4, wordpress-6.5.5, wordpress-6.6, wordpress-6.6.1, wordpress-6.6.2, wordpress-6.7, wordpress-6.7.1, wordpress-6.7.2, wordpress-6.8
Hook Type: action
See hook in action
Displaying hooks found in version: wordpress-6.8do_action('render_block_core_template_part_file') is found 1 times:
- /wp-includes/blocks/template-part.php line 98094095096097098099100101102103104
* @param
array
$attributes
The block attributes.
* @param string
$template_part_file_path
Absolute path to the template path.
* @param string
$content
The template part content.
*/
do_action(
'render_block_core_template_part_file'
,
$template_part_id
,
$attributes
,
$template_part_file_path
,
$content
);
}
else
{
/**
* Fires when a requested block template part does not exist in the database nor in the theme.
*
* @since 5.9.0
*