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



print_head_scripts › WordPress Filter Hooks

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

Filters whether to print the head scripts.





Source

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