CSS Controller Extension Hooks
cp_css_end()
| Parameter | Type | Description |
|---|---|---|
| Returns | String |
CSS to add to every Control Panel page |
Allows you add custom CSS to every Control Panel page:
$str = $this->extensions->call('cp_css_end');