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.


Description Description


Parameters Parameters

$column_name

(string) Name of the column.

$stylesheet

(string) Directory name of the theme.

$theme

(WP_Theme) Current WP_Theme object.


Top ↑

Source Source

File: wp-admin/includes/class-wp-ms-themes-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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