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