wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



manage_themes_custom_column › Hooks de Ações WordPress

Desde3.1.0
Obsoleton/a
do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme )
Parâmetros: (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
Definido em:
Codex:

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





Fonte

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