johnbillion / extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.
GNU General Public License v2.0
974 stars 97 forks source link

Add custom columns to media library #148

Closed huubl closed 3 years ago

huubl commented 3 years ago

Hi,

Is it possible to add columns to the to media library / modify build-in posttypes?

johnbillion commented 3 years ago

Yes it is, although this has not been tested thoroughly. You can just re-register the attachment post type with your arguments to add admin columns etc.

Let me know if you find something that doesn't work when doing this.