wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



manage_posts_columns › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'manage_posts_columns', $posts_columns, $post_type )
Parametri: (2)
  • (string[]) $post_columns An associative array of column headings.
    Richiesto:
  • (string) $post_type The post type slug.
    Richiesto:
Definito a:
Codex:

Filters the columns displayed in the Posts list table.





Sorgenti

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