apply_filters( ‘script_module_loader_src’, string $src, string $id )

In this article

Filters the script module source.

Parameters

$srcstring
Module source URL.
$idstring
Module identifier.

Source

$src = apply_filters( 'script_module_loader_src', $src, $id );

Changelog

VersionDescription
6.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.