Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Heitchel Posted September 24, 2016 Posted September 24, 2016 Hi guys, I'm trying to hook "\IPS\core\FrontNavigation\FrontNavigationAbstract" through a plugin so it can return a value of the protected array '$configuration'. Unfortunately below code doesn't work: <hook type="C" class="\IPS\core\FrontNavigation\FrontNavigationAbstract" filename="FrontNavigationAbstractHook"><![CDATA[//<?php class hook128 extends _HOOK_CLASS_ { public function getConfiguration ( ) { return $this->configuration; } <hook type="C" class="\IPS\core\FrontNavigation\FrontNavigationAbstract" filename="FrontNavigationAbstractHook"><![CDATA[//<?php class hook128 extends _HOOK_CLASS_ { public function getConfiguration ( ) { return $this->configuration; } }]]></hook> Any idea what I can achieve this?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.