Advertisement
verygoodplugins

Untitled

Oct 13th, 2022
966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. add_filter( 'manage_users_columns', function( $columns ) {
  2.  
  3.     unset( $columns['wpf_tags'] );
  4.     return $columns;
  5.  
  6. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement