function backend_init()
 {
     $this->admin_url = $this->wrapper->get_admin_url();
     $this->load_additional_scripts();
     $this->settings['use_separated_jquery'] = 0;
     require_once $this->path . '/includes/visual_elements.php';
     all_around_visual_elements::init($this, $this->wrapper, $this->backend_style);
     require_once $this->path . '/includes/viewer.php';
     $this->check_for_upgrade();
     $this->init_google_fonts();
 }