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



manage_{$this->screen->taxonomy}_custom_column › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( "manage_{$this->screen->taxonomy}_custom_column", '', $column_name, $tag->term_id )
Paramètres: (3)
  • (string) $string Custom column output. Default empty.
    Requis: Oui
  • (string) $column_name Name of the column.
    Requis: Oui
  • (int) $term_id Term ID.
    Requis: Oui
Défini(e) dans:
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


Fonctions en relation:


Source

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