Removes an existing template tag group.
File: src/components/template-tag-handler.php
Template_Tag_Handler::get_groups()
Gets all available template tag groups for the handler.
This function’s access is marked private. This means it is not intended for use by other plugin or theme developers, only in this plugin itself. It is listed here for completeness.
Template_Tag_Handler::validate_tags()
Validates template tags.
Template_Tag_Handler::__construct()
Constructor.
Template_Tag_Handler::process_content()
Processes content and replaces template tags.
Template_Tag_Handler::get_slug()
Gets the template tag handler slug.
Template_Tag_Handler
Class for handling template tags.