Description
Filters the admin URL for the current site or network depending on context.
Occurrences
Filename | Line Number |
---|---|
wp-includes/link-template.php | 3884 |
Parameters
Type | Name | Description |
---|---|---|
string | $url | The complete URL including scheme and path. |
string | $path | Path relative to the URL. Blank string if no path is specified. |
string | $scheme | The scheme to use. |
PHP Doc
/**
* Filters the admin URL for the current site or network depending on context.
*
* @since 4.9.0
*
* @param string $url The complete URL including scheme and path.
* @param string $path Path relative to the URL. Blank string if no path is specified.
* @param string $scheme The scheme to use.
*/