summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-04-21 14:07:20 +0300
committerAndrew Dolgov <[email protected]>2015-04-21 14:07:20 +0300
commit945346cbffe266beb48e930af859879821fb8ad6 (patch)
treee68a23907881c47b0abc76397fbbe8aced04bb77 /classes/pluginhost.php
parente55a5ec601eb1e5df52d9299327ad63a621889ba (diff)
add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin
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 1ad7afd60..457698291 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -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;