Filter hook 'print_footer_scripts'

in WP Core File wp-includes/script-loader.php at line 2146

Description

Filters whether to print the footer scripts.

Occurrences

Filename Line Number
wp-includes/script-loader.php 2146

Parameters

Type Name Description
bool $print Whether to print the footer scripts. Default true.

PHP Doc

/**
	 * Filters whether to print the footer scripts.
	 *
	 * @since 2.8.0
	 *
	 * @param bool $print Whether to print the footer scripts. Default true.
	 */