what is the difference between site_url() and home_url()?
Answer Posted / Sukhwinder Singh
Both functions in WordPress return the URL of the current site, but they differ slightly:
1. site_url(): Returns the full URL of the current site, including the protocol (http or https) and domain name. It includes both the site's home address and blog address if set differently.
2. home_url(): Returns only the URL of the home address of the site. If the blog address is not specified, it returns the same value as site_url().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers