<?php site_url( $path, $scheme ); ?>
Parameters
$路径:(可选)要附加到站点url的路径。
$scheme:(可选)返回的url的协议上下文。设置$scheme将覆盖默认上下文。允许的值为“http”、“https”、“login”、“login\\u post”、“admin”或“relative”。
它只是覆盖URL中的默认参数。
例如,如果您有一个网站URL,如http://www.example.com
(没有https)并且您想在特定链接上添加https URL而不是http,那么您可以使用$scheme
参数