wp_inline_script_attributes

wp_inline_script_attributes

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

See hook in core

Displaying hooks found in version: wordpress-7.0

apply_filters('wp_inline_script_attributes') is found 1 times:

  • /wp-includes/script-loader.php line 3023
    	 *                                               Only the attribute name is added to the `<script>` tag for
    	 *                                               entries with a boolean value, and that are true.
    	 * @param string                     $data       Inline data.
    	 */
    	$attributes = apply_filters( 'wp_inline_script_attributes', $attributes, $data );
    
    	$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