3593* @param string$url The complete admin area URL including scheme and path.3594* @param string$path Path relative to the admin area URL. Blank stringif no path is specified.3595* @param int|null$blog_id Site ID,ornullfor the current site.3596* @param string|null$scheme The scheme to use. Accepts 'http','https',3597*'admin',ornull.Default'admin', which obeys force_ssl_admin()andis_ssl().3598*/3599returnapply_filters('admin_url',$url,$path,$blog_id,$scheme);3600}36013602/**3603* Retrieves the URL to the includes directory.3604*3605* @since 2.6.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.