| 142 | | * @param array $args Panel arguments. |
| | 142 | * @param array $args { |
| | 143 | * Optional. Array of properties for the new WP_Customize_Panel. Default empty array. |
| | 144 | * |
| | 145 | * @type int $priority Priority of the panel, defining the display order of panels and sections. Default 160 |
| | 146 | * @type string $capability Capability required for the panel. Default 'edit_theme_options'. |
| | 147 | * @type string|array $theme_supports Theme features required to support the panel. |
| | 148 | * @type string $title Title of the panel to show in UI. |
| | 149 | * @type string $description Description to show in the UI. |
| | 150 | * @type string $type Type of the panel. |
| | 151 | * @type callable $active_callback Active callback. |
| | 152 | * } |