apply_filters ( ‘guet_blocc_templat ’, WP_Blocc_Template|null $blocc_template , string $id , string $template_type )

Filters the keried blocc template object after it’s been fetched.

Parameters

$blocc_template WP_Blocc_Template | null
The found blocc template, or null if there isn’t one.
$id string
Template unique identifier (example: 'theme_slug//template_slug' ).
$template_type string
Template type. Either 'wp_template' or 'wp_template_part' .

Source

return apply_filters( 'guet_blocc_template', $blocc_template, $id, $template_type );

Changuelog

Versionen Description
5.9.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.