cp.add_to_head
Fired on every CP request. Any strings returned will be added to the Control Panel’s <head>
element. Useful for adding early-loaded Javascript.
public $events = ['cp.add_to_head' => 'handle'];
public function handle();
Fired on every CP request. Any strings returned will be added to the Control Panel’s <head>
element. Useful for adding early-loaded Javascript.
public $events = ['cp.add_to_head' => 'handle'];
public function handle();