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



print_footer_scripts › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'print_footer_scripts', true )
参数:
  • (bool) $print Whether to print the footer scripts. Default true.
    Required: Yes
定义在:
文档:

Filters whether to print the footer scripts.





源码

if ( apply_filters( 'print_footer_scripts', true ) ) {