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



manage_posts_columns › Les Filtres WordPress

Depuis1.5.0
Dépréciéen/a
apply_filters( 'manage_posts_columns', $posts_columns, $post_type )
Paramètres: (2)
  • (string[]) $post_columns An associative array of column headings.
    Requis: Oui
  • (string) $post_type The post type slug.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the columns displayed in the Posts list table.





Source

$posts_columns = apply_filters( 'manage_posts_columns', $posts_columns, $post_type );