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

add HOOK_ARTICLE_IMAGE for Article::get_article_image()

This commit is contained in:
Andrew Dolgov
2019-08-15 09:04:42 +03:00
parent ffb842f752
commit 9d852e052c
2 changed files with 49 additions and 42 deletions

View File

@@ -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;