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



admin_footer-{$hook_suffix} › WordPress动作钩子

Since2.8.0
已弃用n/a
do_action( "admin_footer-{$hook_suffix}" )
定义在:
文档:

Prints scripts or data after the default footer scripts.

The dynamic portion of the hook name, $hook_suffix, refers to the global hook suffix of the current page.





源码

do_action( "admin_footer-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores