2023-01-04 UTC
# dronerdud See my admin bar Q: a solution would be to grab said menu (li element) from the dom (search by id) and inject it into the header (replace existing tag with itself + the li element). However, to do this I need to (php) edit the dom, preferrably from a code snippet. Any ideas?