Description
Fires after each row in the Multisite themes list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-ms-themes-list-table.php | 1023 |
Parameters
Type | Name | Description |
---|---|---|
string | $stylesheet | Directory name of the theme. |
WP_Theme | $theme | Current WP_Theme object. |
string | $status | Status of the theme. |
PHP Doc
/**
* Fires after each row in the Multisite themes list table.
*
* @since 3.1.0
*
* @param string $stylesheet Directory name of the theme.
* @param WP_Theme $theme Current WP_Theme object.
* @param string $status Status of the theme.
*/