Add a customize section.
public add_section ( WP_Customize_Section | string $id, array $args = [] ) : WP_Customize_Section | ||
$id | WP_Customize_Section | string | Customize Section object, or Section ID. |
$args | array | Section arguments. |
return | WP_Customize_Section | The instance of the section that was added. |