Switch language

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




remove_option_update_handler [ WordPress Function ]

remove_option_update_handler ( $option_group, $option_name, $sanitize_callback = '' )
Parameters:
  • (unknown_type) $option_group
  • (unknown_type) $option_name
  • (unknown_type) $sanitize_callback
See:
Returns:
  • (unknown)
Defined at:



Unregister a setting

Source


<?php
function remove_option_update_handler$option_group$option_name$sanitize_callback '' ) {
    
_deprecated_function__FUNCTION__'3.0''unregister_setting()' );
    return 
unregister_setting$option_group$option_name$sanitize_callback );
}
?>

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