Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/theme.php | apply_filters | 181 | /** * Filters the name of current stylesheet. * * @since 1.5.0 * * @param string $stylesheet Name of the current stylesheet. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $stylesheet | Name of the current stylesheet. |