Alias of wp_unregister_widget_control() .
$idint|stringrequired
function unregister_widget_control($id) {
_deprecated_function( __FUNCTION__, '2.8.0', 'wp_unregister_widget_control()' );
return wp_unregister_widget_control($id);
}
| Version | Description |
|---|---|
| 2.8.0 | Use wp_unregister_widget_control() |
| 2.2.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/unregister_widget_control