Skip to content

Commit

Permalink
Merge pull request #1593 from publishpress/feature/#1581_Remove_Categ…
Browse files Browse the repository at this point in the history
…ories_as_a_default_Filters

feature/#1581_Remove_Categories_as_a_default_Filters
  • Loading branch information
olatechpro authored Apr 24, 2024
2 parents e5e1f1d + 54db556 commit 1708e72
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 1708e72

Please sign in to comment.