diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2015-04-21 14:07:20 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2015-04-21 14:07:20 +0300 |
| commit | 945346cbffe266beb48e930af859879821fb8ad6 (patch) | |
| tree | e68a23907881c47b0abc76397fbbe8aced04bb77 /classes | |
| parent | e55a5ec601eb1e5df52d9299327ad63a621889ba (diff) | |
add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/pluginhost.php | 1 |
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; |