Changes between Version 1 and Version 2 of Ticket #63376, comment 3
- Timestamp:
- 05/02/2025 07:11:21 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63376, comment 3
v1 v2 1 1 @siliconforks By WordPress definition, `https://example.com/wordpress` is supposed to be the value of `site_url()`: 2 https://developer.wordpress.org/reference/functions/site \_url/2 https://developer.wordpress.org/reference/functions/site_url/ 3 3 4 4 Whereas `home_url()` is intended to retrieve: 5 5 6 6 > The URL for the current site where the front end is accessible. 7 > https://developer.wordpress.org/reference/functions/home \_url/7 > https://developer.wordpress.org/reference/functions/home_url/