wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_meta › WordPress Function

Since1.5.0
已弃用n/a
wp_meta ( 没有参数 )
链接:
定义在:
文档:

Theme container function for the 'wp_meta' action.

The {@see 'wp_meta'} action can have several purposes, depending on how you use it, but one purpose might have been to allow for theme switching.


Related Functions: wp_head, wp_mail, has_meta, the_meta, add_meta

源码

function wp_meta() {
	/**
	 * Fires before displaying echoed content in the sidebar.
	 *
	 * @since 1.5.0
	 */
	do_action( 'wp_meta' );
}