From f56ae1dcc97541e4920dd254665f6c81e52675ae Mon Sep 17 00:00:00 2001 From: jc Date: Mon, 7 Oct 2019 13:43:24 +0000 Subject: [PATCH] Add HOOK_FEED_TREE to div feeds-holder --- index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.php b/index.php index ee66c0ef8..cf57def79 100644 --- a/index.php +++ b/index.php @@ -140,6 +140,11 @@
+ get_hooks(PluginHost::HOOK_FEED_TREE) as $p) { + echo $p->hook_feed_tree(); + } + ?>