Title: Show / Hide Section Block
Author: Happy Prime
Published: <strong>03 Mart 2023</strong>
Last modified: 08 May 2025

---

Qoşmaları axtar

![](https://ps.w.org/show-hide-section-block/assets/banner-772x250.jpg?rev=3290039)

![](https://ps.w.org/show-hide-section-block/assets/icon-256x256.jpg?rev=3290035)

# Show / Hide Section Block

 By [Happy Prime](https://profiles.wordpress.org/happyprime/)

[Download](https://downloads.wordpress.org/plugin/show-hide-section-block.3.1.0.zip)

 * [Details](https://az.wordpress.org/plugins/show-hide-section-block/#description)
 * [Reviews](https://az.wordpress.org/plugins/show-hide-section-block/#reviews)
 * [Development](https://az.wordpress.org/plugins/show-hide-section-block/#developers)

 [Dəstək](https://wordpress.org/support/plugin/show-hide-section-block/)

## Description

Show / Hide Section Block provides four blocks that are used to display a group 
of `<details>` elements that each contain a `<summary>` and an arbitrary number 
of additional blocks.

 * The Show Hide Group block is a wrapping `<div>`.
 * The Show Hide Section block is a wrapping `<details>`. One or more of these blocks
   is added to a Show Hide Group block.
 * The Show Hide Summary block contains the content for a `<summary>` tag. One of
   these blocks is inside each Show Hide Section block.
 * The Show Hide Details block contains arbitrary content. One of these blocks is
   added inside each Show Hide Section block.

The HTML output for an individual section is:

    ```
    <!-- Each section block has a details element. -->
    <details class="wp-block-happyprime-show-hide-section">
        <!-- Each details element has a summary and additional, collapsible content. -->
        <summary class="wp-block-happyprime-show-hide-summary">Summary text</summary>
        <!-- Additional inner blocks of any type are populated here. -->
    </details>
    ```

The HTML output for the group is:

    ```
    <div class="wp-block-happyprime-show-hide-group">
        <!-- Optional based on attribute -->
        <button class="toggle-all" aria-expanded="false">Open all</button>
        <details class="wp-block-happyprime-show-hide-section">
            <summary class="wp-block-happyprime-show-hide-summary"></summary>
            <!-- Additional blocks to be shown/hidden -->
        </details>
        <details class="wp-block-happyprime-show-hide-section">
            <summary class="wp-block-happyprime-show-hide-summary"></summary>
            <!-- Additional blocks to be shown hidden -->
        </details>
        <!-- Additional section blocks -->
    </div>
    ```

An option is provided in the block’s side panel to toggle an “Open all”/”Close all”
button. If this is toggled on for a block, an additional `<button>` element will
be inserted and JavaScript will be used on the front-end to control the show/hide
behavior of all `<details>` elements in the group at once.

If the toggle is off, no JavaScript is loaded on the front end and only the browser’s
default behavior is used for opening and closing `<details>` elements.

## Blocks

This plugin provides 4 blocks.

 *   Show Hide Group A group of accessible summaries that can be toggled to show
   or hide additional details.
 *   Show Hide Summary The summary element in a details section.
 *   Show Hide Details The remaining content in a details section.
 *   Show Hide Section A section of collapsible content contained in a details element
   with a summary.

## Reviews

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

### 󠀁[Simple, does what promises](https://wordpress.org/support/topic/simple-does-what-promises/)󠁿

 [segtendo](https://profiles.wordpress.org/segtendo/) 26 İyun 2025

Does what’s on the box.

 [ Read all 1 review ](https://wordpress.org/support/plugin/show-hide-section-block/reviews/)

## Contributors & Developers

“Show / Hide Section Block” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Happy Prime ](https://profiles.wordpress.org/happyprime/)
 *   [ Jeremy Felt ](https://profiles.wordpress.org/jeremyfelt/)
 *   [ slocker ](https://profiles.wordpress.org/slocker/)
 *   [ philcable ](https://profiles.wordpress.org/philcable/)

[Translate “Show / Hide Section Block” into your language.](https://translate.wordpress.org/projects/wp-plugins/show-hide-section-block)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/show-hide-section-block/),
check out the [SVN repository](https://plugins.svn.wordpress.org/show-hide-section-block/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/show-hide-section-block/)
by [RSS](https://plugins.trac.wordpress.org/log/show-hide-section-block/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

### 3.1.0

 * Automatically open an associated `<details>` element when its anchor is used 
   in a URL.
 * Update dependencies.
 * Confirm compatibility with WordPress 6.8.
 * Confirm license in plugin header.

### 3.0.0

 * Refactor block markup to improve editorial experience and formatting options.
 * Introduce `happyprime/show-hide-summary` block to manage `<summary>` content.
 * Introduce `happyprime/show-hide-details` block to manage remaningin `<details
   >` content.
 * Upgrade `happyprime/show-hide-group` and `happyprime/show-hide-section` blocks
   to API v3.
 * Add a deprecation routine to transform 2.0.x block markup into the new format.
 * Replace `@wordpress/scripts` with slimmer build configuration.
 * Bump minimum WordPress version to 6.4; confirm compatibility with 6.7.

### 2.0.3

 * Fix an issue where the front-end script was enqueued twice.

### 2.0.2

 * Fix an issue preventing Open All toggle from working in Chrome.
 * Update `@wordpress/scripts` dependency to 26.3.0.
 * Improve block organization, use of `block.json`.

### 2.0.1

 * Add a variety of `supports` options to `block.json` so that core styles can be
   applied as expected.
 * Improve asset loading so that the front-end script is only enqueued when the 
   block is in use **and** when the the open/close all option is selected.
 * Add languages directory, POT file for translations.

### 2.0.0

Initial public release.

## Meta

 *  Version **3.1.0**
 *  Last updated **12 ay öncə**
 *  Active installations **90+**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/show-hide-section-block/)
 * Tags
 * [collapsible](https://az.wordpress.org/plugins/tags/collapsible/)[details](https://az.wordpress.org/plugins/tags/details/)
   [summary](https://az.wordpress.org/plugins/tags/summary/)
 *  [Advanced View](https://az.wordpress.org/plugins/show-hide-section-block/advanced/)

## Reytinqlər

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/show-hide-section-block/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/show-hide-section-block/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/show-hide-section-block/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/show-hide-section-block/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/show-hide-section-block/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/show-hide-section-block/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/show-hide-section-block/reviews/)

## Contributors

 *   [ Happy Prime ](https://profiles.wordpress.org/happyprime/)
 *   [ Jeremy Felt ](https://profiles.wordpress.org/jeremyfelt/)
 *   [ slocker ](https://profiles.wordpress.org/slocker/)
 *   [ philcable ](https://profiles.wordpress.org/philcable/)

## Dəstək

Şərhiniz varmı? Yardım lazımdırmı?

 [Dəstək forumuna bax](https://wordpress.org/support/plugin/show-hide-section-block/)