Skip to content

Commit

Permalink
hide the columns with the right filter
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Dec 26, 2024
1 parent 91c5a32 commit c2576e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion admin/class-meta-columns.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function setup_hooks() {
}

add_filter( 'request', [ $this, 'column_sort_orderby' ] );
add_filter( 'default_hidden_columns', [ $this, 'column_hidden' ], 10, 1 );
add_filter( 'hidden_columns', [ $this, 'column_hidden' ], 10, 1 );
}

/**
Expand Down
4 changes: 0 additions & 4 deletions css/src/edit-page.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2576e7

Please sign in to comment.