Example #1
0
function ubermenu_restore_backups()
{
    ubermenu_restore_custom_assets();
}
function ubermenu_run_update()
{
    ubermenu_restore_custom_assets();
    update_site_option(UBERMENU_VERSION_KEY, UBERMENU_VERSION);
}