Skip to content

Commit

Permalink
Merge pull request #1756 from publishpress/update/#1744-Make-default-…
Browse files Browse the repository at this point in the history
…headings-sortable-in-Content-Overview

update/#1744-Make-default-headings-sortable-in-Content-Overview
  • Loading branch information
olatechpro authored Sep 6, 2024
2 parents 52599dd + 48bcaab commit 200dfd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/content-overview/content-overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,9 @@ private function getSortableColumns()
'post_title',
'post_date',
'post_modified',
'post_type',
'post_status',
'post_author',
];

return apply_filters('publishpress_content_overview_sortable_columns', $sortableColumns);
Expand Down

0 comments on commit 200dfd8

Please sign in to comment.