wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



manage_themes_custom_column › WordPress Action Hooks

Seit3.1.0
Veraltetn/v
do_action( 'manage_themes_custom_column', $column_name, $stylesheet, $theme )
Parameter: (3)
  • (string) $column_name Name of the column.
    Erforderlich: Ja
  • (string) $stylesheet Directory name of the theme.
    Erforderlich: Ja
  • (WP_Theme) $theme Current WP_Theme object.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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