]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
add hook_house_keeping
[tt-rss.git] / classes / pluginhost.php
index a1bd1b36400a195c341e3399be5c7ba5fe8907fd..b7b852278e3b6bdc16e7df264b104eebac521dcb 100644 (file)
@@ -38,6 +38,7 @@ class PluginHost {
        const HOOK_PREFS_SAVE_FEED = 21;
        const HOOK_FETCH_FEED = 22;
        const HOOK_QUERY_HEADLINES = 23;
+       const HOOK_HOUSE_KEEPING = 24;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;