wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



manage_themes_custom_column › Les Actions WordPress

Depuis3.1.0
Dépréciéen/a
do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme )
Paramètres: (3)
  • (string) $column_name Name of the column.
    Requis: Oui
  • (string) $stylesheet Directory name of the theme.
    Requis: Oui
  • (WP_Theme) $theme Current WP_Theme object.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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