print_footer_scripts WordPress Filter Hook
The print_footer_scripts hook is a hook that is called when the footer scripts are printed. This hook is used to print the scripts that are needed for the footer.
apply_filters( 'print_footer_scripts', bool $print ) #
Filters whether to print the footer scripts.
Parameters
(bool)Whether to print the footer scripts. Default true.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |