This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
` | |
### WordPress Environment ### | |
WordPress address (URL): https://example.com | |
Site address (URL): https://example.com | |
WC Version: 9.8.2 | |
Legacy REST API Package Version: The Legacy REST API plugin is not installed on this site. | |
Action Scheduler Version: ✔ 3.9.2 | |
Log Directory Writable: ✔ | |
WP Version: 6.8.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use client"; | |
import * as DialogPrimitive from "@radix-ui/react-dialog"; | |
import * as React from "react"; | |
import { useIsMobile } from "@/hooks/use-mobile"; | |
import { cn } from "@/lib/utils"; | |
import { | |
Dialog, | |
DialogClose, | |
DialogContent, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
` | |
### WordPress Environment ### | |
WordPress address (URL): https://example.com | |
Site address (URL): https://example.com | |
WC Version: 9.5.0 | |
Legacy REST API Package Version: ✔ 1.0.4 | |
Action Scheduler Version: ✔ 3.9.0 | |
Log Directory Writable: ✔ | |
WP Version: 6.7.1 |