CSS Controller Extension Hooks¶
cp_css_end¶
Allows you add custom CSS to every Control Panel page.
$str = $this->extensions->call('cp_css_end');
| returns: | String |
|---|
Added in v2.1.2
Allows you add custom CSS to every Control Panel page.
$str = $this->extensions->call('cp_css_end');
| returns: | String |
|---|
Added in v2.1.2
User Contributed Notes
You must have an ExpressionEngine license and have attained a forum rank of "Lab Assistant" (100 posts) to contribute notes to the User Guide