wpseek.com
A WordPress-centric search engine for devs and theme authors



manage_themes_custom_column › WordPress Action Hooks

Since3.1.0
Deprecatedn/a
do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme )
Parameters: (3)
  • (string) $column_name Name of the column.
    Required: Yes
  • (string) $stylesheet Directory name of the theme.
    Required: Yes
  • (WP_Theme) $theme Current WP_Theme object.
    Required: Yes
Defined at:
Codex:

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





Source

do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme );