apply_filters( ‘script_loader_src’, string $src, string $handle )

Filters the script loader source.

Parameters

$srcstring
Script loader source path.
$handlestring
Script handle.

Source

$filtered_src = apply_filters( 'script_loader_src', $src, $handle );

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

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