public static function get_kirki()
 {
     if (null === self::$kirki) {
         self::$kirki = Kirki();
     }
     return self::$kirki;
 }