W3cubDocs

/WordPress

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_namestring
Name of the column.
$stylesheetstring
Directory name of the theme.
$themeWP_Theme
Current WP_Theme object.

Source

do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme );

Changelog

Version Description
3.1.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_themes_custom_column