Title: BPOTech Custom Quicktags Manager
Author: BPOTechHue
Published: <strong>11 agosto, 2026</strong>
Last modified: 31 agosto, 2026

---

Pesquisar plugins

![](https://ps.w.org/bpotech-custom-quicktags-manager/assets/banner-772x250.png?
rev=3641257)

![](https://ps.w.org/bpotech-custom-quicktags-manager/assets/icon-128x128.png?rev
=3673295)

# BPOTech Custom Quicktags Manager

 Por [BPOTechHue](https://profiles.wordpress.org/wphuebpo/)

[Baixar](https://downloads.wordpress.org/plugin/bpotech-custom-quicktags-manager.1.0.0.zip)

 * [Detalhes](https://br.wordpress.org/plugins/bpotech-custom-quicktags-manager/#description)
 * [Avaliações](https://br.wordpress.org/plugins/bpotech-custom-quicktags-manager/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/bpotech-custom-quicktags-manager/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/bpotech-custom-quicktags-manager/#developers)

 [Suporte](https://wordpress.org/support/plugin/bpotech-custom-quicktags-manager/)

## Descrição

BPOTech Custom Quicktags Manager allows WordPress administrators to create and manage
custom Quicktags — quick action buttons that insert custom HTML or text into the
editor. Each quicktag can be selectively assigned to specific post types so it only
appears where needed.

#### Key Features

 * **Custom Quicktags Management:** Add, edit, and delete quicktags from a clean,
   modern admin dashboard.
 * **Per Post-Type Controls:** Assign each quicktag to specific post types (posts,
   pages, or any custom post type).
 * **Full HTML Content:** Define complete HTML content (opening and closing tags)
   to insert at cursor position in one click.
 * **Multi-Editor Support:** Works with the Classic Editor (Text and Visual tabs)
   and the Gutenberg Block Editor.
 * **Select All Toggle:** Quickly select or deselect all post types with a single
   checkbox.
 * **Default Samples:** Ships with sample quicktags (Highlight, Info Box) to get
   you started immediately.
 * **Multilingual Ready:** Fully translatable with English, Vietnamese, and Japanese
   translations included.

### Developer Hooks

This plugin provides several action and filter hooks to allow third-party developers
to extend and customize the Quicktags manager without editing the plugin core files.

#### Filter Hooks

 * **`bpotech_custom_quicktags_manager_data`** (array $quicktags)
    Filters the list
   of quicktags retrieved from the database before rendering them in the editor 
   or admin list.
 * **`bpotech_custom_quicktags_manager_post_types`** (array $post_types)
    Filters
   the list of public post types displayed on the settings screen.
 * **`bpotech_custom_quicktags_manager_editors`** (array $editors)
    Filters the 
   list of editors displayed in the settings form checkboxes.
 * **`bpotech_custom_quicktags_manager_default_data`** (array $default_tags)
    Filters
   the initial default quicktags set on plugin activation or reset.

#### Action Hooks

 * **`bpotech_custom_quicktags_manager_admin_form_bottom`** (array|null $edit_tag)
   
   Fires at the bottom of the quicktag creation/edit form. Useful for adding custom
   input fields.
 * **`bpotech_custom_quicktags_manager_after_save_tag`** (array $new_tag, array 
   $all_tags, bool $is_new)
    Fires after a quicktag is saved or updated. You can
   use this to save custom form inputs.
 * **`bpotech_custom_quicktags_manager_after_delete_tag`** (string $tag_id, array
   $updated_tags)
    Fires after a quicktag is deleted. Useful for clearing out custom
   metadata linked to the deleted tag ID.

Other available actions:
 * `bpotech_custom_quicktags_manager_before_save_tag` (
array $new_tag, bool $is_new) * `bpotech_custom_quicktags_manager_before_delete_tag`(
string $tag_id) * `bpotech_custom_quicktags_manager_reset_defaults` (array $default_tags)

## Capturas de tela

[⌊The main administration screen of BPOTech Custom Quicktags Manager. Easily create
custom Quicktag buttons by defining start and end HTML tags, choosing supported 
editors (Code, Visual, Gutenberg), and selecting the post types where each Quicktag
will be available. Existing Quicktags can also be edited or removed from the same
interface.⌉⌊The main administration screen of BPOTech Custom Quicktags Manager. 
Easily create custom Quicktag buttons by defining start and end HTML tags, choosing
supported editors (Code, Visual, Gutenberg), and selecting the post types where 
each Quicktag will be available. Existing Quicktags can also be edited or removed
from the same interface.⌉[

The main administration screen of BPOTech Custom Quicktags Manager. Easily create
custom Quicktag buttons by defining start and end HTML tags, choosing supported 
editors (Code, Visual, Gutenberg), and selecting the post types where each Quicktag
will be available. Existing Quicktags can also be edited or removed from the same
interface.

[⌊Custom Quicktags are available directly inside the editor toolbar for the selected
post types. Authors can quickly insert predefined HTML snippets or content structures,
such as highlights and info boxes, without manually writing code. The Quicktags 
work seamlessly within the supported editors, helping create consistent and reusable
content elements.⌉⌊Custom Quicktags are available directly inside the editor toolbar
for the selected post types. Authors can quickly insert predefined HTML snippets
or content structures, such as highlights and info boxes, without manually writing
code. The Quicktags work seamlessly within the supported editors, helping create
consistent and reusable content elements.⌉[

Custom Quicktags are available directly inside the editor toolbar for the selected
post types. Authors can quickly insert predefined HTML snippets or content structures,
such as highlights and info boxes, without manually writing code. The Quicktags 
work seamlessly within the supported editors, helping create consistent and reusable
content elements.

## Instalação

 1. Upload the plugin files to the `/wp-content/plugins/bpotech-custom-quicktags-manager`
    directory, or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Navigate to **BPOTech Custom Quicktags Manager** in your WordPress admin menu to
    start creating and managing your custom quicktags.

## Perguntas frequentes

### Does this plugin support Gutenberg?

Yes. Quicktag buttons appear in a dedicated sidebar panel in the Gutenberg Block
Editor. Clicking a button inserts the full HTML content as a Custom HTML block.

### Does this plugin support the Classic Editor?

Yes. Quicktag buttons are added to both the Classic Text Editor (Code tab) toolbar
and the TinyMCE Visual Editor toolbar automatically.

### Can I use quicktags on Custom Post Types?

Absolutely. The plugin detects all public post types on your site and lets you choose
which ones display each quicktag.

### What happens when I uninstall the plugin?

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“BPOTech Custom Quicktags Manager” é um programa de código aberto. As seguintes 
pessoas contribuíram para este plugin.

Colaboradores

 *   [ BPOTechHue ](https://profiles.wordpress.org/wphuebpo/)

[Traduzir o “BPOTech Custom Quicktags Manager” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/bpotech-custom-quicktags-manager)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/bpotech-custom-quicktags-manager/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/bpotech-custom-quicktags-manager/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/bpotech-custom-quicktags-manager/)
por [RSS](https://plugins.trac.wordpress.org/log/bpotech-custom-quicktags-manager/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.0.0

 * Initial release of BPOTech Custom Quicktags Manager.

## Meta

 *  Versão **1.0.0**
 *  Última atualização **1 dia atrás**
 *  Instalações ativas **Menos de 10**
 *  Versão do WordPress ** 5.0 ou superior **
 *  Testado até **7.0.4**
 *  Versão do PHP ** 8.0 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/bpotech-custom-quicktags-manager/)
 * Tags
 * [custom buttons](https://br.wordpress.org/plugins/tags/custom-buttons/)[editor](https://br.wordpress.org/plugins/tags/editor/)
   [formatting](https://br.wordpress.org/plugins/tags/formatting/)[post type](https://br.wordpress.org/plugins/tags/post-type/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/bpotech-custom-quicktags-manager/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

[Sua avaliação](https://wordpress.org/support/plugin/bpotech-custom-quicktags-manager/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/bpotech-custom-quicktags-manager/reviews/)

## Colaboradores

 *   [ BPOTechHue ](https://profiles.wordpress.org/wphuebpo/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/bpotech-custom-quicktags-manager/)