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