{"id":344670,"date":"2026-08-11T01:39:48","date_gmt":"2026-08-11T01:39:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/insert-quicktag\/"},"modified":"2026-08-11T01:39:36","modified_gmt":"2026-08-11T01:39:36","slug":"bpotech-custom-quicktags-manager","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/bpotech-custom-quicktags-manager\/","author":23145937,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.0.3","requires":"5.0","requires_php":"8.0","requires_plugins":null,"header_name":"BPOTech Custom Quicktags Manager","header_author":"BPOTech Team","header_description":"Create and manage custom quicktags for different post types with a dedicated management page.","assets_banners_color":"caced5","last_updated":"2026-08-11 01:39:36","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/bpotech-custom-quicktags-manager\/","header_author_uri":"https:\/\/bpotech.com.vn","rating":0,"author_block_rating":0,"active_installs":0,"downloads":36,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"wphuebpo","date":"2026-08-11 01:39:36"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3641514,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3641257,"resolution":"1544x500","location":"assets","locale":"","width":1543,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3641257,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3641257,"resolution":"1","location":"assets","locale":"","width":1743,"height":877},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3641257,"resolution":"2","location":"assets","locale":"","width":1915,"height":911}},"screenshots":{"1":"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.","2":"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."}},"plugin_section":[],"plugin_tags":[209022,275092,1332,1975,2008],"plugin_category":[46],"plugin_contributors":[232932],"plugin_business_model":[],"class_list":["post-344670","plugin","type-plugin","status-publish","hentry","plugin_tags-custom-buttons","plugin_tags-custom-quicktags","plugin_tags-editor","plugin_tags-formatting","plugin_tags-post-type","plugin_category-editor-and-writing","plugin_contributors-wphuebpo","plugin_committers-wphuebpo"],"banners":{"banner":"https:\/\/ps.w.org\/bpotech-custom-quicktags-manager\/assets\/banner-772x250.png?rev=3641257","banner_2x":"https:\/\/ps.w.org\/bpotech-custom-quicktags-manager\/assets\/banner-1544x500.png?rev=3641257","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/bpotech-custom-quicktags-manager\/assets\/icon-128x128.png?rev=3641514","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/bpotech-custom-quicktags-manager\/assets\/screenshot-1.png?rev=3641257","caption":"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."},{"src":"https:\/\/ps.w.org\/bpotech-custom-quicktags-manager\/assets\/screenshot-2.png?rev=3641257","caption":"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."}],"raw_content":"<!--section=description-->\n<p>BPOTech Custom Quicktags Manager allows WordPress administrators to create and manage custom Quicktags \u2014 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.<\/p>\n\n<h4>Key Features<\/h4>\n\n<ul>\n<li><strong>Custom Quicktags Management:<\/strong> Add, edit, and delete quicktags from a clean, modern admin dashboard.<\/li>\n<li><strong>Per Post-Type Controls:<\/strong> Assign each quicktag to specific post types (posts, pages, or any custom post type).<\/li>\n<li><strong>Full HTML Content:<\/strong> Define complete HTML content (opening and closing tags) to insert at cursor position in one click.<\/li>\n<li><strong>Multi-Editor Support:<\/strong> Works with the Classic Editor (Text and Visual tabs) and the Gutenberg Block Editor.<\/li>\n<li><strong>Select All Toggle:<\/strong> Quickly select or deselect all post types with a single checkbox.<\/li>\n<li><strong>Default Samples:<\/strong> Ships with sample quicktags (Highlight, Info Box) to get you started immediately.<\/li>\n<li><strong>Multilingual Ready:<\/strong> Fully translatable with English, Vietnamese, and Japanese translations included.<\/li>\n<\/ul>\n\n<h3>Developer Hooks<\/h3>\n\n<p>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.<\/p>\n\n<h4>Filter Hooks<\/h4>\n\n<ul>\n<li><p><strong><code>bpotech_custom_quicktags_manager_data<\/code><\/strong> (array $quicktags)\nFilters the list of quicktags retrieved from the database before rendering them in the editor or admin list.\nExample:<\/p>\n\n<p>add_filter( 'bpotech_custom_quicktags_manager_data', function( $quicktags ) {\n    \/\/ Dynamically inject a custom quicktag from code\n    $quicktags[] = array(\n        'id'         =&gt; 'custom_code_block',\n        'label'      =&gt; 'Code Block',\n        'start_tag'  =&gt; '`\n',\n        'end_tag'    =&gt; '\n',\n            'post_types' =&gt; array( 'post' ),\n            'editors'    =&gt; array( 'gutenberg', 'text' )\n        );\n        return $quicktags;\n    } );<\/p>\n\n<ul>\n<li><strong>bpotech_custom_quicktags_manager_post_types`<\/strong> (array $post_types)\nFilters the list of public post types displayed on the settings screen.\nExample:<\/li>\n<\/ul>\n\n<p>add_filter( 'bpotech_custom_quicktags_manager_post_types', function( $post_types ) {\n    \/\/ Remove 'attachment' or add custom ones\n    unset( $post_types['attachment'] );\n    return $post_types;\n} );<\/p><\/li>\n<li><p><strong><code>bpotech_custom_quicktags_manager_editors<\/code><\/strong> (array $editors)\nFilters the list of editors displayed in the settings form checkboxes.<\/p><\/li>\n<li><p><strong><code>bpotech_custom_quicktags_manager_default_data<\/code><\/strong> (array $default_tags)\nFilters the initial default quicktags set on plugin activation or reset.<\/p><\/li>\n<\/ul>\n\n<h4>Action Hooks<\/h4>\n\n<ul>\n<li><p><strong><code>bpotech_custom_quicktags_manager_admin_form_bottom<\/code><\/strong> (array|null $edit_tag)\nFires at the bottom of the quicktag creation\/edit form. Useful for adding custom input fields.\nExample:<\/p>\n\n<p>add_action( 'bpotech_custom_quicktags_manager_admin_form_bottom', function( $edit_tag ) {\n    $note = $edit_tag ? get_option( 'qt_note_' . $edit_tag['id'], '' ) : '';\n    echo '<\/p>\n\n';\n    echo '  Developer Note';\n    echo '  ';\n    echo '\n\n<p>';\n} );<\/p><\/li>\n<li><p><strong><code>bpotech_custom_quicktags_manager_after_save_tag<\/code><\/strong> (array $new_tag, array $all_tags, bool $is_new)\nFires after a quicktag is saved or updated. You can use this to save custom form inputs.\nExample:<\/p>\n\n<p>add_action( 'bpotech_custom_quicktags_manager_after_save_tag', function( $new_tag, $all_tags, $is_new ) {\n    if ( isset( $<em>POST['qt_dev_note'] ) ) {\n        update_option( 'qt_note<\/em>' . $new_tag['id'], sanitize_text_field( wp_unslash( $_POST['qt_dev_note'] ) ) );\n    }\n}, 10, 3 );<\/p><\/li>\n<li><p><strong><code>bpotech_custom_quicktags_manager_after_delete_tag<\/code><\/strong> (string $tag_id, array $updated_tags)\nFires after a quicktag is deleted. Useful for clearing out custom metadata linked to the deleted tag ID.<\/p><\/li>\n<\/ul>\n\n<p>Other available actions:\n* <code>bpotech_custom_quicktags_manager_before_save_tag<\/code> (array $new_tag, bool $is_new)\n* <code>bpotech_custom_quicktags_manager_before_delete_tag<\/code> (string $tag_id)\n* <code>bpotech_custom_quicktags_manager_reset_defaults<\/code> (array $default_tags)<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/bpotech-custom-quicktags-manager<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress.<\/li>\n<li>Navigate to <strong>BPOTech Custom Quicktags Manager<\/strong> in your WordPress admin menu to start creating and managing your custom quicktags.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20plugin%20support%20gutenberg%3F\"><h3>Does this plugin support Gutenberg?<\/h3><\/dt>\n<dd><p>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.<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20support%20the%20classic%20editor%3F\"><h3>Does this plugin support the Classic Editor?<\/h3><\/dt>\n<dd><p>Yes. Quicktag buttons are added to both the Classic Text Editor (Code tab) toolbar and the TinyMCE Visual Editor toolbar automatically.<\/p><\/dd>\n<dt id=\"can%20i%20use%20quicktags%20on%20custom%20post%20types%3F\"><h3>Can I use quicktags on Custom Post Types?<\/h3><\/dt>\n<dd><p>Absolutely. The plugin detects all public post types on your site and lets you choose which ones display each quicktag.<\/p><\/dd>\n<dt id=\"what%20happens%20when%20i%20uninstall%20the%20plugin%3F\"><h3>What happens when I uninstall the plugin?<\/h3><\/dt>\n<dd><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release of BPOTech Custom Quicktags Manager.<\/li>\n<\/ul>","raw_excerpt":"Create and manage custom quicktags for different post types with a dedicated management page.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/344670","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=344670"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wphuebpo"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=344670"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=344670"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=344670"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=344670"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=344670"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=344670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}