apply_filters( ‘print_footer_scripts’, bool $print )

In this article

Filters whether to print the footer scripts.

Parameters

$printbool
Whether to print the footer scripts. Default true.

Source

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

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.