/**
  * Init background updates.
  */
 public static function init_background_updater()
 {
     include_once dirname(__FILE__) . '/class-ac-background-updater.php';
     self::$background_updater = new AC_Background_Updater();
 }