Skip to content

Commit 465a59c

Browse files
chore(DVIZ-61): remove Akismet from optional plugins list in the installer
1 parent 5beaca5 commit 465a59c

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
@@ -157,15 +157,6 @@ function dg_semantic_recommended_plugins($plugins) {
157157
),
158158

159159
// OPTIONAL PLUGINS (Recommended but not essential)
160-
'akismet' => array(
161-
'name' => esc_attr__('Akismet Anti-spam', 'dg-semantic'),
162-
'slug' => 'akismet',
163-
'file' => 'akismet/akismet.php',
164-
'category' => 'Security',
165-
'required' => false,
166-
'featured' => false,
167-
'is_local' => false,
168-
),
169160
'folders' => array(
170161
'name' => esc_attr__('Folders', 'dg-semantic'),
171162
'slug' => 'folders',

0 commit comments

Comments
 (0)