wpseek.com
A WordPress-centric search engine for devs and theme authors



self_admin_url › WordPress Filter Hooks

Since4.9.0
Deprecatedn/a
apply_filters( 'self_admin_url', $url, $path, $scheme )
Parameters: (3)
  • (string) $url The complete URL including scheme and path.
    Required: Yes
  • (string) $path Path relative to the URL. Blank string if no path is specified.
    Required: Yes
  • (string) $scheme The scheme to use.
    Required: Yes
Defined at:
Codex:

Filters the admin URL for the current site or network depending on context.





Source

return apply_filters( 'self_admin_url', $url, $path, $scheme );