self_admin_url

self_admin_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('self_admin_url') is found 1 times:

  • /wp-includes/link-template.php line 3908
    3904
    3905
    3906
    3907
    3908
    3909
    3910
    3911
    3912
    3913
    3914
         * @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.
         */
        return apply_filters( 'self_admin_url', $url, $path, $scheme );
    }
     
    /**
     * Sets the scheme for a URL.
     *
     * @since 3.4.0

See this hook used in plugins: