user_admin_url

user_admin_url

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('user_admin_url') is found 1 times:

  • /wp-includes/link-template.php line 3852
    	 *                            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