Definition:
function wp_meta() {}
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.
Defined actions
- wp_meta
do_action('wp_meta');
Source code
function wp_meta() {
do_action('wp_meta');
}
3913

February 12, 2011 


No comments yet... Be the first to leave a reply!