Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#19976 closed enhancement (wontfix)

New filter "manage_users_columns", similar to manage_posts_columns

Reported by: abaumg's profile abaumg Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Focuses: Cc:

Description

I'd want to propose a new filter in the Dashboard's user management screen, which allows to modify the list of columns to print. Similar filters already exist for posts, pages, custom post types and blogroll links (see Plugin API/Filter reference: manage_posts_columns et al.).

Change History (2)

#1 @PeteMall
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

You can use "manage_{$screen->id}_columns" to filter the columns. (manage_users_columns)

#2 @abaumg
13 years ago

Didn't know about this function, as it isn't mentioned anywhere in the documentation/codex. Maybe it should be added to the Filter reference.

Note: See TracTickets for help on using tickets.