wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
home_url › WordPress Function
Seit3.0.0
Veraltetn/v
› home_url ( $path = '', $scheme = null )
| Parameter: (2) |
|
| Gibt zurück: |
|
| Definiert in: |
|
| Codex: |
Retrieves the URL for the current site where the front end is accessible.
Returns the 'home' option with the appropriate protocol. The protocol will be 'https' if is_ssl() evaluates to true; otherwise, it will be the same as the 'home' option. If$scheme is 'http' or 'https', is_ssl() is overridden.