From 9d852e052c0ed706b9146ab3214ee94f1d91a4c5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 15 Aug 2019 09:04:42 +0300 Subject: add HOOK_ARTICLE_IMAGE for Article::get_article_image() --- 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 001d5bae2..d09ecca17 100755 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -59,6 +59,7 @@ class PluginHost { const HOOK_SEND_MAIL = 39; const HOOK_FILTER_TRIGGERED = 40; const HOOK_GET_FULL_TEXT = 41; + const HOOK_ARTICLE_IMAGE = 42; const KIND_ALL = 1; const KIND_SYSTEM = 2; -- cgit v1.2.3-54-g00ecf