Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 764 Bytes

File metadata and controls

executable file
·
24 lines (17 loc) · 764 Bytes
lang php

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');