3433 | | * @param string $url The complete admin area URL including scheme and path. |
3434 | | * @param string $path Path relative to the admin area URL. Blank string if no path is specified. |
3435 | | * @param int|null $blog_id Site ID, or null for the current site. |
| 3434 | * @param string $url The complete admin area URL including scheme and path. |
| 3435 | * @param string $path Path relative to the admin area URL. Blank string if no path is specified. |
| 3436 | * @param int|null $blog_id Site ID, or null for the current site. |
| 3437 | * @param string|null $scheme The scheme to use. Accepts 'http', 'https', |
| 3438 | * 'admin', or null. Default 'admin', which obeys force_ssl_admin() and is_ssl(). |
3462 | | * @param string $url The complete URL to the includes directory including scheme and path. |
3463 | | * @param string $path Path relative to the URL to the wp-includes directory. Blank string |
3464 | | * if no path is specified. |
| 3466 | * @param string $url The complete URL to the includes directory including scheme and path. |
| 3467 | * @param string $path Path relative to the URL to the wp-includes directory. Blank string |
| 3468 | * if no path is specified. |
| 3469 | * @param string|null $scheme Scheme to give the includes URL context. Accepts |
| 3470 | * 'http', 'https', 'relative', or null. Default null. |
3672 | | * @param string $url The complete network admin URL including scheme and path. |
3673 | | * @param string $path Path relative to the network admin URL. Blank string if |
3674 | | * no path is specified. |
| 3679 | * @param string $url The complete network admin URL including scheme and path. |
| 3680 | * @param string $path Path relative to the network admin URL. Blank string if |
| 3681 | * no path is specified. |
| 3682 | * @param string|null $scheme The scheme to use. Accepts 'http', 'https', |
| 3683 | * 'admin', or null. Default is 'admin', which obeys force_ssl_admin() and is_ssl(). |
3701 | | * @param string $url The complete URL including scheme and path. |
3702 | | * @param string $path Path relative to the URL. Blank string if |
3703 | | * no path is specified. |
| 3711 | * @param string $url The complete URL including scheme and path. |
| 3712 | * @param string $path Path relative to the URL. Blank string if |
| 3713 | * no path is specified. |
| 3714 | * @param string|null $scheme The scheme to use. Accepts 'http', 'https', |
| 3715 | * 'admin', or null. Default is 'admin', which obeys force_ssl_admin() and is_ssl(). |