]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
add pluginhost HOOK_HEADLINES_BEFORE (refs #814)
[tt-rss.git] / classes / pluginhost.php
index 744337e0f67b5a82d21ae842e30ccd4a31f03b51..1ad7afd60f1081201e13381a705a48b020ed05e2 100644 (file)
@@ -42,6 +42,7 @@ class PluginHost {
        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;