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

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 );

Changuelog

Versionen Description
6.5.0 Introduced.

User Contributed Notes

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