apply_filters( 'print_footer_scripts', bool $print )

Filters whether to print the footer scripts.


Parameters

$print

(bool) Whether to print the footer scripts. Default true.


Source

File: wp-includes/script-loader.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.