Filter hook 'print_scripts_array'

in WP Core File wp-includes/class-wp-scripts.php at line 735

Description

Filters the list of script dependencies left to print.

Occurrences

Filename Line Number
wp-includes/class-wp-scripts.php 735

Parameters

Type Name Description
string[] $to_do An array of script dependency handles.

PHP Doc

/**
			 * Filters the list of script dependencies left to print.
			 *
			 * @since 2.3.0
			 *
			 * @param string[] $to_do An array of script dependency handles.
			 */