Theme container function for the ‘wp_meta’ action.
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.
Signature
wp_meta()
Return
(void)
Source
function wp_meta() {
do_action('wp_meta');
}
WP Trac GitHub Bitbucket
Link here
-
URL
http://queryposts.com/function/wp_meta/ -
HTML
<a href='http://queryposts.com/function/wp_meta/'>wp_meta()</a> -
Markdown
[wp_meta()](http://queryposts.com/function/wp_meta/) -
BBCode
[url=http://queryposts.com/function/wp_meta/]wp_meta()[/url]