wp_head()
wp_head() 启动wp_头部动作。 Fire the wp_head action. 目录锚点:#说明#…
wp_head()
启动wp_头部动作。
Fire the wp_head action.
目录锚点:#说明#参数#源码#笔记
说明(Description)
见“wp头”。
参数(Parameters)
参数 | 类型 | 说明 |
---|
源码(Source)
/** * Fire the wp_head action * * @since 1.2.0 */ function wp_head() { /** * Print scripts or data in the head tag on the front end. * * @since 1.5.0 */ do_action( 'wp_head' ); }
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.2.0 | wp-includes/general-template.php | 18 | 1 |
笔记(Notes)
例子。插件和WordPress核心使用这个功能在你的文档中插入关键的元素(例如,脚本、样式和元标记)。始终将wp_head()放在主题的结束标记之前(通常在页眉):
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!