Example #1
0
function uninstall_options($name)
{
    unregister_setting("{$name}_group", $name);
    WPPlugin::remove_options($name);
}