1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:15:56 +00:00

add PluginHost.HOOK_ARTICLE_EXPORT_FEED

This commit is contained in:
Andrew Dolgov
2016-03-01 14:39:36 +03:00
parent 94d425fe4a
commit 399678a14e
2 changed files with 13 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ class PluginHost {
const HOOK_HEADLINES_BEFORE = 28;
const HOOK_RENDER_ENCLOSURE = 29;
const HOOK_ARTICLE_FILTER_ACTION = 30;
const HOOK_ARTICLE_EXPORT_FEED = 31;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;