cp_display_page_navigation
Hook Added in Version:
EE 1.5.0
Hook File Location:
cp.display.php
Hook Description:
Take control of the Control Panel's top navigation
Hook Parameters
- $this - The Display class object
Hook Returns Data?
Yes
Appearance of Hook in the Code
$r = $EXT->call_extension('cp_display_page_navigation', $this);
if ($EXT->end_script === TRUE) return $r;
