user_admin_url

user_admin_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('user_admin_url') is found 1 times:

  • /wp-includes/link-template.php line 3877
    3873
    3874
    3875
    3876
    3877
    3878
    3879
    3880
    3881
    3882
    3883
         *                            no path is specified.
         * @param string|null $scheme The scheme to use. Accepts 'http', 'https',
         *                            'admin', or null. Default is 'admin', which obeys force_ssl_admin() and is_ssl().
         */
        return apply_filters( 'user_admin_url', $url, $path, $scheme );
    }
     
    /**
     * Retrieves the URL to the admin area for either the current site or the network depending on context.
     *
     * @since 3.1.0