wpseek.com
A WordPress-centric search engine for devs and theme authors



print_footer_scripts › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'print_footer_scripts', true )
Parameters:
  • (bool) $print Whether to print the footer scripts. Default true.
    Required: Yes
Defined at:
Codex:

Filters whether to print the footer scripts.





Source

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