function uninstall_wpbrs_plugin()
{
    require_once plugin_dir_path(__FILE__) . 'includes/wpbrs-loader.php';
    WPBRS_Loader::uninstall_plugin();
}