admin_url

Navigation-related functions

Summary

admin_url()

Return a URL to the admin theme.

Returns:string

Usage

Examples

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

See Also