Filters the script module source.
Parameters
$srcstring- Module source URL.
$idstring- Module identifier.
Source
$src = apply_filters( 'script_module_loader_src', $src, $id );
Changelog
| Version | Description |
|---|---|
| 6.5.0 | Introduced. |
Filters the script module source.
$srcstring$idstring$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.