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



manage_posts_columns › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'manage_posts_columns', $posts_columns, $post_type )
Parameter: (2)
  • (string[]) $post_columns An associative array of column headings.
    Erforderlich: Ja
  • (string) $post_type The post type slug.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the columns displayed in the Posts list table.





Quellcode

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