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



manage_{$this->screen->taxonomy}_custom_column › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( "manage_{$this->screen->taxonomy}_custom_column", '', $column_name, $tag->term_id )
Parameter: (3)
  • (string) $string Custom column output. Default empty.
    Erforderlich: Ja
  • (string) $column_name Name of the column.
    Erforderlich: Ja
  • (int) $term_id Term ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the displayed columns in the terms list table.

The dynamic portion of the hook name, $this->screen->taxonomy, refers to the slug of the current taxonomy.

Possible hook names include:

  • manage_category_custom_column
  • manage_post_tag_custom_column


Ähnliche Funktionen:


Quellcode

return apply_filters( "manage_{$this->screen->taxonomy}_custom_column", '', $column_name, $tag->term_id );