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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user