Description
Fires inside each custom column of the Multisite themes list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-ms-themes-list-table.php | 898 |
Parameters
Type | Name | Description |
---|---|---|
string | $column_name | Name of the column. |
string | $stylesheet | Directory name of the theme. |
WP_Theme | $theme | Current WP_Theme object. |
PHP Doc
/**
* Fires inside each custom column of the Multisite themes list table.
*
* @since 3.1.0
*
* @param string $column_name Name of the column.
* @param string $stylesheet Directory name of the theme.
* @param WP_Theme $theme Current WP_Theme object.
*/