WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about self_admin_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 3794 /**
* 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.
*/

Hook Parameters

Parameter 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.