wp_unregister_widget_control ( $id )
移除小工具的控制回调。
function wp_unregister_widget_control( $id ) { wp_register_widget_control( $id, '', '' ); }