wp_unregister_widget_control( int|string $id )

In this article

Remove control callback for widget.

Parameters

$idint|stringrequired
Widget ID.

Source

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

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

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