
如何修复XAMPP错误“MySQL意外关闭”
unregister_widget_control ( $id )
unregister_widget_control: 在WordPress中取消注册一个先前注册的widget控件: 这个函数从注册的小工具控件列表中删除小工具控件。
wp_unregister_widget_control()的别名。
function unregister_widget_control($id) { _deprecated_function( __FUNCTION__, '2.8.0', 'wp_unregister_widget_control()' ); return wp_unregister_widget_control($id); }