Summery Summery
Theme container function for the ‘wp_meta’ action.
Syntax Syntax
Description Description
The ‘wp_meta’ action can have several purposes, depending on how you use it, but one purpose might have been to allow for theme switching.
Source Source
File: wp-includes/general-template.php
/** * Display the Registration or Admin link. * * Display a link which allows the user to navigate to the registration page if * not logged in and registration is enabled or to the dashboard if logged in. * * @since 1.5.0
Advertisement
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |