Constructor.
Description
See also
Parameters
$managerWP_Customize_Managerrequired- Customizer bootstrap instance.
$idstringrequired- The control ID.
$argsarrayoptional- Arguments to override class property defaults.
See WP_Customize_Control::__construct() for information on accepted arguments.Default:
array()
Source
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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.