Well, I just learned position: sticky
and dblclick
exist.
https://developer.mozilla.org/en-US/docs/Web/CSS/position
https://developer.mozilla.org/en-US/docs/Web/API/Element/dblclick_event
Well, I just learned position: sticky
and dblclick
exist.
https://developer.mozilla.org/en-US/docs/Web/CSS/position
https://developer.mozilla.org/en-US/docs/Web/API/Element/dblclick_event
I really want to enable HTTP/2, because the performance gains are supposed to be crazy good, but I’ve been afraid to, because I’m already having CPU issues, and I suspected HTTP/2 might make it worse. Looks like I was right, and I need to learn more devops before I can do this. 😞
wp_kses
is such a terrible function name. I haven’t done WordPress programming in a long time, so I had a hard time trying to remember what the damn thing was called.
KSES is a recursive acronym which stands for “KSES Strips Evil Scripts”.
It’s hard enough to get people to care about security in the first place; giving your function a nonsensical name doesn’t help.