Filters the name of current stylesheet.
Parameters
$stylesheet
string- Name of the current stylesheet.
Source
return apply_filters( 'stylesheet', get_option( 'stylesheet' ) );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
Filters the name of current stylesheet.
$stylesheet
stringreturn apply_filters( 'stylesheet', get_option( 'stylesheet' ) );
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.