WP_Customize_New_Menu_Section::__construct( WP_Customize_Manager $manager, string $id, array $args = array() )
This method has been deprecated.
Constructor.
Description
Any supplied $args override class property defaults.
Parameters
- $manager
-
(WP_Customize_Manager) (Required) Customizer bootstrap instance.
- $id
-
(string) (Required) A specific ID of the section.
- $args
-
(array) (Optional) Section arguments.
Default value: array()
Source
File: wp-includes/customize/class-wp-customize-new-menu-section.php
public function __construct( WP_Customize_Manager $manager, $id, array $args = array() ) {
_deprecated_function( __METHOD__, '4.9.0' );
parent::__construct( $manager, $id, $args );
} Changelog
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_new_menu_section/__construct