manage_posts_columns, $posts_columns, $post_type
manage_posts_columns, $posts_columns, $post_type
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('manage_posts_columns, $posts_columns, $post_type') is found 1 times:
- /wp-admin/includes/class-wp-posts-list-table.php line 738
* * @param string[] $posts_columns An associative array of column headings. * @param string $post_type The post type slug. */ $posts_columns = apply_filters( 'manage_posts_columns', $posts_columns, $post_type ); } /** * Filters the columns displayed in the Posts list table for a specific post type. * * The dynamic portion of the hook name, `$post_type`, refers to the post type slug.