A collection of code snippets and other developer things.
Diable Links with CSS
The code below can be used to disable pointer-events on a link. This was useful when a plugin generated links that could not be disabled in the settings, but we didn’t want those links. The CSS targeted the elements and prevented them from being clicked.