Skip to content

Commit

Permalink
Make default headings sortable in Content Overview #1744
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Sep 6, 2024
1 parent 52599dd commit 48bcaab
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 48bcaab

Please sign in to comment.