Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




unregister_widget_control [ WordPress Function ]

unregister_widget_control ( $id )
Parameters:
  • (int|string) $id Widget ID.
See:
Defined at:



Alias of {@link wp_unregister_widget_control()}.

Source


<?php
function unregister_widget_control($id) {
    
_deprecated_function__FUNCTION__'2.8''wp_unregister_widget_control()' );
    return 
wp_unregister_widget_control($id);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics