wp_script_attributes

wp_script_attributes

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-7.0

apply_filters('wp_script_attributes') is found 1 times:

  • /wp-includes/script-loader.php line 2941
    	 * @param array $attributes Key-value pairs representing `<script>` tag attributes.
    	 *                          Only the attribute name is added to the `<script>` tag for
    	 *                          entries with a boolean value, and that are true.
    	 */
    	$attributes = apply_filters( 'wp_script_attributes', $attributes );
    
    	$processor = new WP_HTML_Tag_Processor( '<script></script>' );
    	$processor->next_tag();
    	foreach ( $attributes as $name => $value ) {
    		/*
    		 * Lexical variations of an attribute name may represent the
    

See this hook used in plugins: