do_action( 'after_theme_row', string $stylesheet , WP_Theme $theme , string $status )
Fires after each row in the Multisite themes list table.
Parameters
- $stylesheet
-
Directory name of the theme.
- $theme
-
Current WP_Theme object.
- $status
-
Status of the theme.
Source
Changelog
Version | Description |
---|---|
WP-3.1.0 | Introduced. |