Skip to content

Commit 515d353

Browse files
authored
Merge pull request #191 from MITLibraries/news-test
Adding wp_bulk_delete plugin to bulk delete old news posts
2 parents 8143ab3 + d3859ae commit 515d353

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"wpackagist-plugin/widget-css-classes": "1.5.4.1",
121121
"wpackagist-plugin/widget-importer-exporter": "^1.6",
122122
"wpackagist-plugin/wordpress-importer": "^0.8.0",
123+
"wpackagist-plugin/wp-bulk-delete": "^1.3",
123124
"wpackagist-plugin/wp-mail-smtp": "^4.0",
124125
"wpackagist-plugin/wp-native-php-sessions": "*",
125126
"wpackagist-plugin/wp-security-audit-log": "^5.2",

composer.lock

Lines changed: 20 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<exclude-pattern>web/app/plugins/widget-css-classes</exclude-pattern>
7676
<exclude-pattern>web/app/plugins/widget-importer-exporter</exclude-pattern>
7777
<exclude-pattern>web/app/plugins/wordpress-importer</exclude-pattern>
78+
<exclude-pattern>web/app/plugins/wp-bulk-delete</exclude-pattern>
7879
<exclude-pattern>web/app/plugins/wp-mail-smtp</exclude-pattern>
7980
<exclude-pattern>web/app/plugins/wp-native-php-sessions</exclude-pattern>
8081
<exclude-pattern>web/app/plugins/WP-SCSS</exclude-pattern>

0 commit comments

Comments
 (0)