apply_filters( ‘stylesheet’, string $stylesheet )

In this article

Filters the name of current stylesheet.

Parameters

$stylesheetstring
Name of the current stylesheet.

Source

return apply_filters( 'stylesheet', get_option( 'stylesheet' ) );

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

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