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