I want to remove some plugin widget showing from wp-admin/widgets.php but i dont want to use unregister_widget because i am using this widget automatically from php files..
Basically i dont want clients see this widget as option in wp-admin/widgets.php but i want to use this widget from php files. I thought css display:none as solution but widget div IDs are not static seems
Any idea?