user_admin_url

Advertisement

Summery Summery

Filters the user admin URL for the current user.

Syntax Syntax

apply_filters( 'user_admin_url', string $url, string $path )

Parameters Parameters

$url

The complete URL including scheme and path.

$path

Path relative to the URL. Blank string if no path is specified.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply