wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



manage_themes_custom_column › WordPress Action Hooks

Da3.1.0
Deprecaton/a
do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme )
Parametri: (3)
  • (string) $column_name Name of the column.
    Richiesto:
  • (string) $stylesheet Directory name of the theme.
    Richiesto:
  • (WP_Theme) $theme Current WP_Theme object.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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