manage_themes_custom_column

最后更新于:2021-11-27 06:24:42

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

Fires inside each custom column of the Multisite themes list table.

参数

$column_name

(string)
Name of the column.

$stylesheet

(string)
Directory name of the theme.

$theme

(GC_Theme)
Current GC_Theme object.

源文件

文件: gc-admin/includes/class-gc-ms-themes-list-table.php

View on Trac