]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
notify fixes
[tt-rss.git] / classes / pluginhost.php
index 4582c314a856e747df333d6d64bbefced0521b5d..1ad7afd60f1081201e13381a705a48b020ed05e2 100644 (file)
@@ -40,6 +40,9 @@ class PluginHost {
        const HOOK_QUERY_HEADLINES = 23;
        const HOOK_HOUSE_KEEPING = 24;
        const HOOK_SEARCH = 25;
+       const HOOK_FORMAT_ENCLOSURES = 26;
+       const HOOK_SUBSCRIBE_FEED = 27;
+       const HOOK_HEADLINES_BEFORE = 28;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;