wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



unregister_widget_control › WordPress Function

Desde2.2.0
Obsoleto2.8.0
unregister_widget_control ( $id )
Parâmetros:
  • (int|string) $id Widget ID.
    Required: Yes
Ver:
Definido em:
Codex:

Alias of wp_unregister_widget_control().



Fonte

function unregister_widget_control($id) {
	_deprecated_function( __FUNCTION__, '2.8.0', 'wp_unregister_widget_control()' );
	return wp_unregister_widget_control($id);
}