unregister_widget_control [ WordPress Function ]
unregister_widget_control ( $id )
| Parameters: |
|
| See: | |
| Defined at: |
|
Benzer Fonksiyonlar: register_widget_control, wp_unregister_widget_control, wp_register_widget_control, unregister_widget, wp_list_widget_controls
Alias of {@link wp_unregister_widget_control()}.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/unregister widget control « WordPress Codex
This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions.
codex.wordpress.org - Function Reference/wp unregister widget control « WordPress Codex
Description. Remove control callback for widget. @uses wp_register_widget_control() Unregisters by using empty callback.
codex.wordpress.org - WordPress › Support » Thematic theme causing errors
Use wp_register_sidebar_widget() instead. in D:\xampp\htdocs\wordpress\wp- includes\functions.php on line 3237. Notice: unregister_widget_control is ...
wordpress.org - Enabling Widgets By Default in Custom Theme Development ...
Sep 17, 2010... unregister_widget('WP_Widget_Search'); unregister_widget(''); // pre WP 2.8 function using $id } else { unregister_widget_control('meta'); ...
wordpress.stackexchange.com