summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-08-02 14:06:18 +0400
committerAndrew Dolgov <[email protected]>2013-08-02 14:06:18 +0400
commit8e47022036cdba907add2a375bf0c23a4043746f (patch)
tree7c4b602cfff9714ca5a6aa563fc4ece99dcaca4a /include
parent910592b49a86273a30150bfdb67d9b49409e32f2 (diff)
add hook_house_keeping
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index c0d81c351..e6866182b 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -1378,5 +1378,10 @@
$rc = cleanup_tags( 14, 50000);
_debug("Cleaned $rc cached tags.");
+
+ foreach ($pluginhost->get_hooks(PluginHost::HOOK_HOUSE_KEEPING) as $plugin) {
+ $plugin->hook_house_keeping();
+ }
+
}
?>