how do i put my custom script code
I have a custom script code like this
<script></script>
i want to place that on every page of admin panel
i'm using renderHook. this is an example. please help me fix this
->renderHook(
'panels::body.end',
fn (): string => 'how do i put my script code here?'
)
2 Replies