3901* @since 4.9.03902*3903* @param string$url The complete URL including scheme and path.3904* @param string$path Path relative to the URL. Blank stringif no path is specified.3905* @param string$scheme The scheme to use.3906*/3907returnapply_filters('self_admin_url',$url,$path,$scheme);3908}39093910/**3911* Sets the scheme for a URL.3912*3913* @since 3.4.0
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.