*/ public $theme_dirs; /** * @var array */ public $theme_folders; /** * @var string */ public $stylesheet; /** * @var string */ public $template; /** * @var string */ public $theme_template_file; /** * @var string */ public $template_path; /** * @var ?string */ public $template_file; /** * @var ?array */ public $template_hierarchy; /** * @var ?array */ public $timber_files; /** * @var ?array */ public $body_class; /** * @var array */ public $template_parts; /** * @var array */ public $theme_template_parts; /** * @var array */ public $count_template_parts; /** * @var array> */ public $unsuccessful_template_parts; }