Filters the script loader source.
Parameters
$src
string- Script loader source path.
$handle
string- Script handle.
Source
$filtered_src = apply_filters( 'script_loader_src', $src, $handle );
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |
Filters the script loader source.
$src
string$handle
string$filtered_src = apply_filters( 'script_loader_src', $src, $handle );
Version | Description |
---|---|
2.2.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
User Contributed Notes