script_loader_tag

Advertisement

Summery Summery

Filters the HTML script tag of an enqueued script.

Syntax Syntax

apply_filters( 'script_loader_tag', string $tag, string $handle, string $src )

Parameters Parameters

$tag

The <script> tag for the enqueued script.

$handle

The script's registered handle.

$src

The script's source URL.

Source Source

File: wp-includes/class.wp-scripts.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.

Advertisement

Leave a Reply