Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 24, 20168 yr 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?
Archived
This topic is now archived and is closed to further replies.