Opened 3 years ago
Closed 3 years ago
#11760 closed defect (bug) (duplicate)
deprecate sanitize_url() and clean_url()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
We've had esc_url_raw() since WP 2.8. We should now deprecate the two above-mentioned functions and clean up the code.
Change History (2)
Note: See
TracTickets for help on using
tickets.

Or rather, we should at least obsolete sanitize_url(), and mark clean_url() as "for internal use only, use esc_url() and esc_url_raw() instead".