print_scripts_array, $this->to_do

print_scripts_array, $this->to_do

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('print_scripts_array, $this->to_do') is found 1 times:

  • /wp-includes/class-wp-scripts.php line 803
    			 * @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 $result;
    	}
    
    	/**
    	 * Processes items and dependencies for the head group.