apply_filters( 'wp_inline_script_attributes', array $attributes, string $javascript )

Filters attributes to be added to a script tag.


Parameters

$attributes

Key-value pairs representing <script> tag attributes.<br> Only the attribute name is added to the <script> tag for entries with a boolean value, and that are true.

$javascript

Inline JavaScript code.


Source

File: wp-includes/script-loader.php

View on GitHub



Changelog

Changelog
Version Description
5.7.0 Introduced.