do_action( ‘manage_themes_custom_column’, string $column_name, string $stylesheet, WP_Theme $theme )

In this article

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

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.