Summery Summery
Fires after each specific row in the Multisite themes list table.
Syntax Syntax
Description Description
The dynamic portion of the hook name, $stylesheet
, refers to the directory name of the theme, most often synonymous with the template name of the theme.
Parameters Parameters
- $stylesheet
-
Directory name of the theme.
- $theme
-
Current WP_Theme object.
- $status
-
Status of the theme.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |