summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2016-03-01 14:39:36 +0300
committerAndrew Dolgov <[email protected]>2016-03-01 14:39:36 +0300
commit399678a14e98cefd61f228b11e20fa711ea6d55b (patch)
treed9ba74caa8672d3cbdaaa83ffda71f7900372a11 /classes/pluginhost.php
parent94d425fe4a21d41737fe656d9c54c38775fbd132 (diff)
add PluginHost.HOOK_ARTICLE_EXPORT_FEED
Diffstat (limited to 'classes/pluginhost.php')
-rw-r--r--classes/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index 0f3d8f37c..675e0af17 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -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;