WP_Customize_Manager::remove_control( string $id )
Remove a customize control.
Parameters
- $id
-
(Required) ID of the control.
Source
File: wp-includes/class-wp-customize-manager.php
public function remove_control( $id ) {
unset( $this->controls[ $id ] );
}
Changelog
Version | Description |
---|---|
WP-3.4.0 | Introduced. |