unregister_block_template
unregister_block_template ( $template_name )
Parameters:- (string) template_name Template name in the form of `plugin_uri//template_name`.
Returns:- (WP_Block_Template|WP_Error) The unregistered template object on success, WP_Error object on failure or if the template doesn't exist.
Defined at: - Introduced in WordPress: 6.7.0
- Deprecated in WordPress: —
Description
Unregister a block template.