stylesheet WordPress Filter Hook
The WordPress hook is a great way to add custom styles to your WordPress site. This hook allows you to add your own CSS rules to the WordPress site. You can use this hook to customize the look of your site, or to add new features to your site.
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
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |