/**
  * Initializes the plugin
  *
  * @since 6.0
  * @access public
  */
 function init()
 {
     load_plugin_textdomain('theme-my-login', '', TML_DIRNAME . '/language');
     $this->errors = new WP_Error();
     if ($this->options->get_option('enable_css')) {
         wp_enqueue_style('theme-my-login', Theme_My_Login::get_stylesheet(), false, $this->options->get_option('version'));
     }
 }