apply_filters( 'admin_url', string $url, string $path, int|null $blog_id )

Filters the admin area URL.


Description Description


Parameters Parameters

$url

(string) The complete admin area URL including scheme and path.

$path

(string) Path relative to the admin area URL. Blank string if no path is specified.

$blog_id

(int|null) Site ID, or null for the current site.


Top ↑

Source Source

File: wp-includes/link-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.