function backpress_delete_option($option)
{
    if (!class_exists('BP_Options')) {
        return;
    }
    return BP_Options::delete($option);
}