Content vs crap.
#technology
Sander van Dragt's Notes
-
-
Use an expression to select an array value in PHP. It's handy for quick output logic. Update: it's a bit too clever, perhaps, versus using the tenary operator.
$classes .= [ ' sort-default', ' sort-custom' ][ has_custom_sort( $post ) ]; -
Why do web-browsers not have a dedicated "Back to top" button? #technology