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
Source
File: wp-admin/includes/class-wp-ms-themes-list-table.php
.
View all references
do_action(
'manage_themes_custom_column',
$column_name,
$item->get_stylesheet(), // Directory name of the theme.
$item // Theme object.
);
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |