3910* @since 4.9.03911*3912* @param string$url The complete URL including scheme and path.3913* @param string$path Path relative to the URL. Blank stringif no path is specified.3914* @param string$scheme The scheme to use.3915*/3916returnapply_filters('self_admin_url',$url,$path,$scheme);3917}39183919/**3920* Sets the scheme for a URL.3921*3922* @since 3.4.0
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.