Skip to content

Commit 00c7a3f

Browse files
Merge pull request #101 from devgateway/task/DVIZ-61/worpress-cleanup
chore(DVIZ-61): remove 'simple-post-type-permalinks' from recommended…
2 parents c9f6b77 + a47e5c8 commit 00c7a3f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

wp-theme/_plugins_installer.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,6 @@ function dg_semantic_recommended_plugins($plugins) {
8282
'featured' => true,
8383
'is_local' => false,
8484
),
85-
'simple-post-type-permalinks' => array(
86-
'name' => esc_attr__('Simple Post Type Permalinks', 'dg-semantic'),
87-
'slug' => 'simple-post-type-permalinks',
88-
'file' => 'simple-post-type-permalinks/simple-post-type-permalinks.php',
89-
'category' => 'Content Management',
90-
'required' => false,
91-
'featured' => false,
92-
'is_local' => false,
93-
),
9485
'flexible-table-block' => array(
9586
'name' => esc_attr__('Flexible Table Block', 'dg-semantic'),
9687
'slug' => 'flexible-table-block',

0 commit comments

Comments
 (0)