print_scripts_array

print_scripts_array

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('print_scripts_array') is found 1 times:

  • /wp-includes/class-wp-scripts.php line 735
    			 * @since 2.3.0
    			 *
    			 * @param string[] $to_do An array of script dependency handles.
    			 */
    			$this->to_do = apply_filters( 'print_scripts_array', $this->to_do );
    		}
    		return $r;
    	}
    
    	/**
    	 * Processes items and dependencies for the head group.