wp_footer()
wp_footer() 启动wp_footer操作。 Fire the wp_footer action. 目…
wp_footer()
启动wp_footer操作。
Fire the wp_footer action.
目录锚点:#说明#参数#源码#笔记
说明(Description)
见“wp_footer”。
参数(Parameters)
参数 | 类型 | 说明 |
---|
源码(Source)
/** * Fire the wp_footer action * * @since 1.5.1 */ function wp_footer() { /** * Print scripts or data before the closing body tag on the front end. * * @since 1.5.1 */ do_action( 'wp_footer' ); }
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.5.1 | wp-includes/general-template.php | 2 | 14 |
笔记(Notes)
例子:
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!