Fires inside each custom column of the Multisite themes list table.
$column_namestring$stylesheetstring$themeWP_Themewp-admin/includes/class-wp-ms-themes-list-table.php:907WP_MS_Themes_List_Table::column_default() * @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. */ do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme ); } /** * Handles the output for a single table row. * * @since 4.3.0Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.