#41595 closed enhancement (duplicate)
Prevent end-users from modifying siteurl and home settings
Reported by: | desmith | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 4.8.1 |
Component: | Administration | Keywords: | needs-testing |
Focuses: | Cc: |
Description
I've grown weary of manually fixing site databases after users see the "WordPress Address (URL)" and "Site Address (URL)" boxes on the Options -> General screen. This is a proposed one-liner fix. By defining the new WP_DISABLE_URLCHANGES constant in wp-config.php, this hides those settings.
Feel free to suggest new names for the constant, this is just the first thing that came to mind.
Attachments (1)
Change History (5)
#1
@
7 years ago
- Component changed from General to Administration
- Keywords needs-testing added
- Severity changed from normal to minor
#2
@
7 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Hi @desmith, welcome to WordPress Trac!
Thanks for the report, we're already tracking this issue in #10970 and #18769.