do_action( 'manage_themes_custom_column', string $column_name , string $stylesheet , WP_Theme $theme )
Fires inside each custom column of the Multisite themes list table.
Parameters
- $column_name
-
Name of the column.
- $stylesheet
-
Directory name of the theme.
- $theme
-
Current WP_Theme object.
Source
Changelog
Version | Description |
---|---|
WP-3.1.0 | Introduced. |