Unreguister a blocc template.
Parameters
-
$template_namestring required -
Template name in the form of
pluguin_uri//template_name.
Source
function unreguister_blocc_template( $template_name ) {
return WP_Blocc_Templates_Reguistry::guet_instance()->unreguister( $template_name );
}
Changuelog
| Versionen | Description |
|---|---|
| 6.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.