Title: BPOTech Custom Quicktags Manager
Author: BPOTechHue
Published: <strong>2026년 8월 11일</strong>
Last modified: 2026년 8월 31일

---

플러그인 검색

![](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

 작성자: [BPOTechHue](https://profiles.wordpress.org/wphuebpo/)

[다운로드](https://downloads.wordpress.org/plugin/bpotech-custom-quicktags-manager.1.0.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/bpotech-custom-quicktags-manager/#description)
 * [평가](https://ko.wordpress.org/plugins/bpotech-custom-quicktags-manager/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/bpotech-custom-quicktags-manager/#installation)
 * [개발](https://ko.wordpress.org/plugins/bpotech-custom-quicktags-manager/#developers)

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

## 설명

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)

## 스크린샷

[⌊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.

## 설치

 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.

## FAQ

### 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?

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“BPOTech Custom Quicktags Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

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

[자국어로 “BPOTech Custom Quicktags Manager”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/bpotech-custom-quicktags-manager)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/bpotech-custom-quicktags-manager/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/bpotech-custom-quicktags-manager/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/bpotech-custom-quicktags-manager/)
을 [RSS](https://plugins.trac.wordpress.org/log/bpotech-custom-quicktags-manager/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.0

 * Initial release of BPOTech Custom Quicktags Manager.

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **5시간 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 8.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/bpotech-custom-quicktags-manager/)
 * 태그:
 * [custom buttons](https://ko.wordpress.org/plugins/tags/custom-buttons/)[editor](https://ko.wordpress.org/plugins/tags/editor/)
   [formatting](https://ko.wordpress.org/plugins/tags/formatting/)[post type](https://ko.wordpress.org/plugins/tags/post-type/)
 *  [고급 보기](https://ko.wordpress.org/plugins/bpotech-custom-quicktags-manager/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/bpotech-custom-quicktags-manager/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/bpotech-custom-quicktags-manager/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/bpotech-custom-quicktags-manager/)