Theme container function for the ‘wp_meta’ action.
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
function wp_meta() {
/**
* Fires before displaying echoed content in the sidebar.
*
* @since 1.5.0
*/
do_action( 'wp_meta' );
}
Hooks
- do_action( ‘wp_meta’ )
Fires before displaying echoed content in the sidebar.
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
Basic Example
Add a favourite link to the Meta widget: