• #wordpress 2023-01-04
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#wordpress ≡
  • ←
  • →
2023-01-04 UTC
# 15:17
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?