/**
  * Constructor. Hooks all interactions to initialize the class.
  *
  * @since 1.0.0
  */
 public function __construct()
 {
     self::$instance = $this;
     add_action('after_setup_theme', array($this, 'file'));
 }