/**
  * Inits loaded Class
  */
 private function init_class()
 {
     self::$functions = new Estimated_Dispatch_Date_For_WooCommerce_Functions();
     self::$settings = new Estimated_Dispatch_Date_For_WooCommerce_Admin_Options();
     if ($this->is_request('admin')) {
         self::$admin = new Estimated_Dispatch_Date_For_WooCommerce_Admin();
     }
 }
 function EDDWC()
 {
     return Estimated_Dispatch_Date_For_WooCommerce::get_instance();
 }