We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb45d6e commit b613180Copy full SHA for b613180
1 file changed
plugin.php
@@ -4,7 +4,7 @@
4
* Plugin Name: Plugin Meta
5
* Plugin URI: https://github.com/log1x/plugin-meta
6
* Description: A simple meta package for my commonly used WordPress plugins
7
- * Version: 1.3.7
+ * Version: 1.3.8
8
* Author: Brandon Nifong
9
* Author URI: https://github.com/log1x
10
* Licence: MIT
@@ -266,6 +266,13 @@ public function __invoke()
266
return $logged;
267
}, 10, 5);
268
269
+ /**
270
+ * Modify the Simple History purge interval.
271
+ *
272
+ * @return int
273
+ */
274
+ add_filter('simple_history/db_purge_days_interval', fn () => 15);
275
+
276
/**
277
* Remove the post actions created by Page Generator Pro.
278
*
0 commit comments