Exemple #1
0
/**
 * Step 3 of upgrade - shows completion.
 */
function upgrade_plugins($h)
{
    //$h = new \Libs\Hotaru();
    $plugman = new \Libs\PluginManagement();
    $plugman->refreshPluginOrder($h);
    $plugman->sortPluginHooks($h);
    template($h, 'upgrade/upgrade_plugins.php');
    //send feedback report
    $systeminfo = new \Libs\SystemInfo();
    $systeminfo->hotaru_feedback($h);
    $systeminfo->plugin_version_getAll($h);
}