Skip to content

Commit

Permalink
Remove Categories as a default Filters #1581
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Apr 24, 2024
1 parent d13d77d commit 54db556
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/content-overview/content-overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -1090,8 +1090,7 @@ public function get_content_overview_datas() {
$content_overview_custom_filters = $this->module->options->content_overview_custom_filters;

$datas['content_overview_filters'] = is_array($content_overview_filters) ? $content_overview_filters : [
'post_status' => esc_html__('Status', 'publishpress'),
'category' => esc_html__('Categories', 'publishpress'),
'post_status' => esc_html__('Status', 'publishpress'),
'author' => esc_html__('Author', 'publishpress'),
'ptype' => esc_html__('Post Type', 'publishpress')
];
Expand Down

0 comments on commit 54db556

Please sign in to comment.