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
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |
Filters the script loader source.
$srcstring$handlestring$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