183* Filters the name of current stylesheet.184*185* @since 1.5.0186*187* @param string$stylesheet Name of the current stylesheet.188*/189returnapply_filters('stylesheet',get_option('stylesheet'));190}191192/**193* Retrieves stylesheet directory path for the active theme.194*195* @since 1.5.0
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.