Changeset 3444451
- Timestamp:
- 01/21/2026 10:52:00 PM (2 months ago)
- Location:
- dont-mess-up-prod
- Files:
-
- 1 added
- 2 edited
-
assets/screenshot-6.png (added)
-
tags/1.0.0/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dont-mess-up-prod/tags/1.0.0/readme.txt
r3444446 r3444451 21 21 The plugin can be installed via the search interface, manually or via composer. 22 22 23 Right now, there is no admin UI. To customize colors or configure urls, you need to add filters via code (`functions.php` or a mu-plugin). See the FAQ for examples.23 You can configure colors and environment URLs in **Settings → Don't Mess Up Prod**. Filters are still supported for advanced configuration or for overriding the admin settings. 24 24 25 25 … … 30 30 The plugin detects your environment automatically in two ways: 31 31 32 1. **URL Matching** – Configure environment URLs using the `dmup_environment_urls` filter32 1. **URL Matching** – Configure environment URLs in **Settings → Don't Mess Up Prod**, or using the `dmup_environment_urls` filter 33 33 2. **WP_ENVIRONMENT_TYPE** – Set this constant in your `wp-config.php`: 34 34 … … 37 37 = How do I customize the colors? = 38 38 39 Add a filter in your theme's `functions.php` or anmu-plugin:39 Use **Settings → Don't Mess Up Prod** to set colors, or add a filter in your theme's `functions.php` or a mu-plugin: 40 40 41 41 ` … … 72 72 = How do I add environment URLs for quick switching? = 73 73 74 Configure environment URLs to show a menu with links to other environments:74 Configure environment URLs in **Settings → Don't Mess Up Prod** to show a menu with links to other environments, or use the filter: 75 75 76 76 ` … … 92 92 4. Local environment indicator (grey) 93 93 5. Staging environment indicator with environment switcher menu 94 6. Admin settings screen 94 95 95 96 == Changelog == -
dont-mess-up-prod/trunk/readme.txt
r3444446 r3444451 21 21 The plugin can be installed via the search interface, manually or via composer. 22 22 23 Right now, there is no admin UI. To customize colors or configure urls, you need to add filters via code (`functions.php` or a mu-plugin). See the FAQ for examples.23 You can configure colors and environment URLs in **Settings → Don't Mess Up Prod**. Filters are still supported for advanced configuration or for overriding the admin settings. 24 24 25 25 … … 30 30 The plugin detects your environment automatically in two ways: 31 31 32 1. **URL Matching** – Configure environment URLs using the `dmup_environment_urls` filter32 1. **URL Matching** – Configure environment URLs in **Settings → Don't Mess Up Prod**, or using the `dmup_environment_urls` filter 33 33 2. **WP_ENVIRONMENT_TYPE** – Set this constant in your `wp-config.php`: 34 34 … … 37 37 = How do I customize the colors? = 38 38 39 Add a filter in your theme's `functions.php` or anmu-plugin:39 Use **Settings → Don't Mess Up Prod** to set colors, or add a filter in your theme's `functions.php` or a mu-plugin: 40 40 41 41 ` … … 72 72 = How do I add environment URLs for quick switching? = 73 73 74 Configure environment URLs to show a menu with links to other environments:74 Configure environment URLs in **Settings → Don't Mess Up Prod** to show a menu with links to other environments, or use the filter: 75 75 76 76 ` … … 92 92 4. Local environment indicator (grey) 93 93 5. Staging environment indicator with environment switcher menu 94 6. Admin settings screen 94 95 95 96 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.