min_wp = HFC__MIN_WP; $this->min_php = HFC__MIN_PHP; $this->version = HFC_VER; $this->db_ver = absint( HFC_VER_DB ); $this->file = HFC_FILE; $this->dir = dirname( HFC_FILE ); $this->url = plugin_dir_url( HFC_FILE ); $this->basename = plugin_basename( HFC_FILE ); $this->name = 'Head & Footer Code'; $this->slug = 'head-footer-code'; $this->meta_key = '_auhfc'; } public static function get_static_data() { return new self(); } }