admin_url — Get a URL to the admin theme.

Navigation-related functions

Summary

admin_url()

Get a URL to the admin theme.

Returns:string

Usage

This function takes the same arguments as url.

Examples

<a href="<?php echo admin_url(); ?>">Go to Omeka Admin</a>

See Also