admin_footer
do_action( ‘admin_footer’, string $data )
动作钩子::在默认页脚脚本之前打印脚本或数据。
Action Hook: Prints scripts or data before the default footer scripts.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$data | (string) | 要打印的数据。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.2.0 | wp-admin/admin-footer.php:78 | 1 | 0 |
admin_footer 为WP2原创文章,链接:https://www.wp2.cn/hook/admin_footer/