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

Filters an enqueued style’s fully-qualified URL.


Description Description


Parameters Parameters

$src

(string) The source URL of the enqueued style.

$handle

(string) The style's registered handle.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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