apply_filters( 'stylesheet', string $stylesheet )
Filters the name of current stylesheet.
Parameters
-
$stylesheet
string -
Name of the current stylesheet.
Source
File: wp-includes/theme.php
.
View all references
return apply_filters( 'stylesheet', get_option( 'stylesheet' ) );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |