Filters the script module source.
Parameters
$src
string- Module source URL.
$id
string- Module identifier.
Source
$src = apply_filters( 'script_module_loader_src', $src, $id );
Changelog
Version | Description |
---|---|
6.5.0 | Introduced. |
Filters the script module source.
$src
string$id
string$src = apply_filters( 'script_module_loader_src', $src, $id );
Version | Description |
---|---|
6.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.