Hide media library column?
-
Hello,
We want to hide the custom column that the plugin adds to Media Library.
For some reason the following code doesn’t work:function my_manage_media_columns( $columns ) { if ( ! current_user_can( 'manage_options' ) ) { unset( $columns['ewww-image-optimizer'] ); } return $columns; } add_filter( 'manage_media_columns', 'my_manage_media_columns' );
Any idea how to do this properly?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hide media library column?’ is closed to new replies.