diff --git a/admin/class-meta-columns.php b/admin/class-meta-columns.php index 57cdb42fe90..9fd351a0c80 100644 --- a/admin/class-meta-columns.php +++ b/admin/class-meta-columns.php @@ -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 ); } /** diff --git a/css/src/edit-page.css b/css/src/edit-page.css index 7443a2a20fb..398200eeaa3 100644 --- a/css/src/edit-page.css +++ b/css/src/edit-page.css @@ -1,10 +1,6 @@ /* The styles for the overview page for posts or terms. */ @import url(../src/score_icon.css); -.column-wpseo-title, .column-wpseo-metadesc, .column-wpseo-focuskw { - display: none; -} - @media screen and (max-width: 782px) { .wpseo-score-icon{ margin-right: 0;