Title: Accordion Field
Published: February 20, 2025
Last modified: February 21, 2025

---

# Accordion Field

## In this article

 * [Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/accordion/?output_format=md#key-features)
 * [Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/accordion/?output_format=md#settings)

[ Back to top](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/accordion/?output_format=md#wp--skip-link--target)

The Accordion field creates collapsible sections to organize your fields into logical
groups. It helps improve the editing experience by reducing visual clutter and grouping
related fields together.

## 󠀁[Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/accordion/?output_format=md#key-features)󠁿

 * Creates collapsible sections for field organization
 * Can be set to open/closed by default
 * Supports multiple open sections simultaneously
 * Can act as an endpoint for previous accordion sections

## 󠀁[Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/accordion/?output_format=md#settings)󠁿

 * Open – Display this accordion as open on page load
 * Multi-Expand – Allow this accordion to open without closing others
 * Endpoint – Define an endpoint for the previous accordion to stop

First published

February 20, 2025

Last updated

February 21, 2025

Edit article

[ Improve it on GitHub: Accordion Field ](https://github.com/wordpress/secure-custom-fields/edit/trunk/docs/features/field/accordion/index.md)

Changelog

[ See list of changes: Accordion Field ](https://github.com/wordpress/secure-custom-fields/commits/trunk/docs/features/field/accordion/index.md)

[  Previous: Fields](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/)

[  Next: Using the Accordion Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/accordion/accordion-tutorial/)