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

add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin

This commit is contained in:
Andrew Dolgov
2015-04-21 14:07:20 +03:00
parent e55a5ec601
commit 945346cbff
3 changed files with 70 additions and 20 deletions

View File

@@ -43,6 +43,7 @@ class PluginHost {
const HOOK_FORMAT_ENCLOSURES = 26;
const HOOK_SUBSCRIBE_FEED = 27;
const HOOK_HEADLINES_BEFORE = 28;
const HOOK_RENDER_ENCLOSURE = 29;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;