after_theme_row

最后更新于:2021-11-25 19:53:15

do_action( ‘after_theme_row’, string $stylesheet, GC_Theme $theme, string $status )

Fires after each row in the Multisite themes list table.

参数

$stylesheet

(string)
Directory name of the theme.

$theme

(GC_Theme)
Current GC_Theme object.

$status

(string)
Status of the theme.

源文件

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

View on Trac