apply_filters( 'style_loader_src', string $src, string $handle )

Filters an enqueued style’s fully-qualified URL.


Parameters

$src

The source URL of the enqueued style.

$handle

The style's registered handle.


Source

File: wp-includes/class-wp-styles.php

View on GitHub


Changelog

Changelog
Version Description
2.6.0 Introduced.