Title: Disable Drop Cap
Author: joppuyo
Published: <strong>নৱেম্বৰ 2, 2021</strong>
Last modified: ডিচেম্বৰ 18, 2023

---

প্লাগিনৰ সন্ধান কৰক

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/disable-drop-cap/assets/icon-256x256.png?rev=2666336)

# Disable Drop Cap

 [joppuyo](https://profiles.wordpress.org/joppuyo/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/disable-drop-cap.2.1.9.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/disable-drop-cap/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/disable-drop-cap/#reviews)
 * [বিকাশ](https://as.wordpress.org/plugins/disable-drop-cap/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/disable-drop-cap/)

## বৰ্ণনা

A plugin to disable drop cap option in the Gutenberg block editor editor paragraph
block.

You can find the plugin source code at [GitHub](https://github.com/joppuyo/disable-drop-cap-v2).

### Note for WordPress 5.8

With WordPress 5.8, you can use the new `theme.json` feature to disable drop caps
in your theme. Add a `theme.json` file with the following content in the root of
your theme.

    ```
    {
        "version": 1,
        "settings": {
            "typography": {
                "dropCap": false
            }
        }
    }
    ```

This plugin does continue working in WordPress 5.8 but be aware of this alternative
solution.

### Support the plugin

Maintaining a WordPress plugin is a lot of work. If you like the plugin, please 
consider rating it on [WordPress.org](https://wordpress.org/support/plugin/disable-drop-cap/reviews/#new-post).
You can also support me on [GitHub sponsors](https://github.com/sponsors/joppuyo).
Thank you!

If you are interested, you can also check out my other WordPress plugins:

 * [Disable Media Pages](https://wordpress.org/plugins/disable-media-pages/)
 * [Disable Customizer](https://wordpress.org/plugins/customizer-disabler/)
 * [ACF Image Aspect Ratio Crop](https://wordpress.org/plugins/acf-image-aspect-ratio-crop/)

## স্ক্ৰীনশ্বট

 * [[
 * Without the plugin, the block editor paragraph block has an option for drop cap
 * [[
 * When the plugin is installed, the drop cap option has been removed

## পৰ্য্যালোচনা

![](https://secure.gravatar.com/avatar/d8b2b2e10032b99e53c2046549f19bd9253fdf3ae710bf84dde5d8fd9d137a55?
s=60&d=retro&r=g)

### 󠀁[Works exactly as expected](https://wordpress.org/support/topic/works-exactly-as-expected-33/)󠁿

 [Romain Herault](https://profiles.wordpress.org/rherault/) নৱেম্বৰ 2, 2021

Perfect plugin, work very well. Thanks !

 [ আটাই 1টা পৰ্য্যালোচনা পঢ়ক ](https://wordpress.org/support/plugin/disable-drop-cap/reviews/)

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Disable Drop Cap” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

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

[আপোনাৰ ভাষাত “Disable Drop Cap” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/disable-drop-cap)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/disable-drop-cap/), 
[SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/disable-drop-cap/) চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/disable-drop-cap/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/disable-drop-cap/) 
ছাবস্ক্ৰাইব কৰক।

## সলনি-পঞ্জী

### 2.1.9 (2023‐12‐18)

 * Fix: Tested in WP 6.4

### 2.1.8 (2023‐08‐11)

 * Fix: Tested in WP 6.3

### 2.1.7 (2022-11-09)

 * Fix: Bump tested version

### 2.1.6 (2022-11-09)

 * Fix: Test in WP 6.1

### 2.1.5 (2022-05-28)

 * Fix: Bump tested version

### 2.1.4 (2022-05-28)

 * Fix: Test in WP 6.0

### 2.1.3 (2022-01-26)

 * Fix: Minor fix to screenshots

### 2.1.2 (2022-01-26)

 * Fix: Bump supported version to 5.9
 * Fix: Minor fix to icon
 * Fix: Update screenshots

### 2.1.1 (2022-01-03)

 * Fix: add updated icon

### 2.1.0 (2021-12-05)

 * Feature: improve code structure, move code to a namespaced class

### 2.0.8 (2021-11-03)

 * Fix: Icon update
 * Fix: Readme updates
 * Fix: Metadata updates

### 2.0.7 (2021-11-02)

 * Fix: Update icon and screenshots

### 2.0.6 (2021-11-02)

 * Fix: Add icon

### 2.0.5 (2021-11-02)

 * Fix: Fix screenshot path

### 2.0.4 (2021-11-02)

 * Fix: Readme formatting fixes and updates
 * Fix: Add screenshots

### 2.0.3 (2021-11-02)

 * Fix: Release on wordpress.org

### 2.0.2 (2021-10-30)

 * Fix: Bump version

### 2.0.1 (2021-10-30)

 * Fix: Add stable tag

### 2.0.0 (2021-10-29)

 * Breaking change: change plugin slug to disable-drop-cap
 * Breaking change: remove vendor files from repository
 * Fix: added automated tests

### 1.3.1 (2021-09-20)

 * Fix: Fix deprecation error in WordPress 5.8

### 1.3.0 (2021-07-24)

 * Feature: WordPress 5.8 support (thanks @adriantoll)

### 1.2.1 (2021-03-12)

 * Fix: Bump tested up to 5.7
 * Fix: Re-organize plugin code to be cleaner
 * Fix: Change plugin name to “Disable Drop Cap” everywhere. “Remove Drop Cap” is
   still used as the plugin slug to ensure backwards compatibility

### 1.2.0 (2021-03-11)

 * Feature: WordPress 5.7 support
 * Fix: Regression in WordPress 5.5

### 1.1.0 (2020-12-16)

 * Change: Use server side feature registration to disable dropCap instead of JavaScript
 * Fix: WordPress 5.6 support

### 1.0.0 (2020-09-20)

 * Initial release

## মেটা

 *  **2.1.9** সংস্কৰণ
 *  **2 বছৰ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **50+**
 *  WordPress-ৰ সংস্কৰণ ** 5.5 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **6.4.8**
 *  PHP-ৰ সংস্কৰণ ** 7.0 বা তাতকৈ ওপৰৰ **
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/disable-drop-cap/)
 * [CAP](https://as.wordpress.org/plugins/tags/cap/)[disable](https://as.wordpress.org/plugins/tags/disable/)
   [drop](https://as.wordpress.org/plugins/tags/drop/)[dropcap](https://as.wordpress.org/plugins/tags/dropcap/)
   [gutenberg](https://as.wordpress.org/plugins/tags/gutenberg/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/disable-drop-cap/advanced/)

## ৰে’টিংবোৰ

 5টাৰ ভিতৰত 5টা তৰা।

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/disable-drop-cap/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/disable-drop-cap/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/disable-drop-cap/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/disable-drop-cap/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/disable-drop-cap/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/disable-drop-cap/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/disable-drop-cap/reviews/)

## অৱদানকাৰীসকল

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

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/disable-drop-cap/)

## দান কৰক

আপুনি এই প্লাগিনৰ উন্নতিৰ প্ৰতি সাহায্য আগবঢ়াব বিচাৰেনে?

 [ এই প্লাগিনক অনুদান দিয়ক ](https://github.com/sponsors/joppuyo)