WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about style_loader_src

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-styles.php apply_filters 412 /**
* Filters an enqueued style's fully-qualified URL.
*
* @since 2.6.0
*
* @param string $src The source URL of the enqueued style.
* @param string $handle The style's registered handle.
*/

Hook Parameters

Parameter Type Name Description
string $src The source URL of the enqueued style.
string $handle The style's registered handle.