control_panel_home_page
Hook Added in Version:
1.4.0
Hook File Location:
cp.home.php
Hook Description:
Allows complete rewrite of CP Home Page
Hook Parameters
- $this - Currently instantiated Home class, useful for modifying class variables like $this->methods
Hook Returns Data?
No
Appearance of Hook in the Code
$edata = $EXT->call_extension('control_panel_home_page', $this);
if ($EXT->end_script === TRUE) return;
