wp_unregister_widget_control( int|string $id )

Remove control callback for widget.


Description Description


Parameters Parameters

$id

(int|string) (Required) Widget ID.


Top ↑

Source Source

File: wp-includes/widgets.php

function wp_unregister_widget_control( $id ) {
	wp_register_widget_control( $id, '', '' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.