]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
Added curl CURLOPT_NOBODY option in geturl function to ensure the HEAD method is...
[tt-rss.git] / classes / pluginhost.php
index 4582c314a856e747df333d6d64bbefced0521b5d..744337e0f67b5a82d21ae842e30ccd4a31f03b51 100644 (file)
@@ -40,6 +40,8 @@ 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 KIND_ALL = 1;
        const KIND_SYSTEM = 2;