WordPress 的 wp_footer( ) 函数功能详解

描述

wp_footer()

触发wp_footer动作。

来源

文件:wp-includes / general-template.php

function wp_footer() {
    /**
     * Prints scripts or data before the closing body tag on the front end.
     *
     * @since 1.5.1
     */
    do_action( 'wp_footer' );
}
用途描述
wp-includes / general-template.php: wp_footer在前端关闭正文标记之前打印脚本或数据。
wp-includes / plugin.php: do_action()执行hook在特定操作hook上的函数。

示例

<body>
<!-- All the document's HTML goes first. -->
<!-- Then last, before closing the body tag, add: -->
<?php wp_footer(); ?>
</body>

发表评论

项目已添加到购物车。
0 项 - ¥0.00