From 399678a14e98cefd61f228b11e20fa711ea6d55b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Mar 2016 14:39:36 +0300 Subject: add PluginHost.HOOK_ARTICLE_EXPORT_FEED --- classes/pluginhost.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/pluginhost.php') 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; -- cgit v1.2.3-54-g00ecf