]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
Merge pull request #386 from wolfgangasdf/master
[tt-rss.git] / classes / pluginhost.php
index bd6afa81d5b41e012dcebb20ea06bac6f8df0953..744337e0f67b5a82d21ae842e30ccd4a31f03b51 100644 (file)
@@ -41,6 +41,7 @@ class PluginHost {
        const HOOK_HOUSE_KEEPING = 24;
        const HOOK_SEARCH = 25;
        const HOOK_FORMAT_ENCLOSURES = 26;
+       const HOOK_SUBSCRIBE_FEED = 27;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;