Check WordPress Environment
wp_check_environmentConfirm the site URL and environment label (LIVE vs DEV) before any write, update, or delete operation. Prevents accidental changes to the wrong site.
Instructions
⚠️ SAFETY CHECK — Call this before any write, update, or delete operation. Returns the site URL and environment label so you can confirm you are on the correct site (LIVE vs DEV) before making changes. Never skip this on write operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||