WP 2.6 allows sites to move the wp-content
directory around, so plugin developers like me can’t depend on them being in a predictable location. We can look to the WP_CONTENT_DIR
and WP_PLUGIN_DIR
constants for answers, but a better solution is likely to use the X_url()
functions. The most useful of those is likely to be plugins_url()
. Even better, you can give these functions a relative path and they’ll return a fully qualified URL to the item.
Flightplan
Perhaps it’s just because I’m in the air again today, but I’m fascinated by Aaron Koblin‘s animation of aircraft activity, illustrating the pulsing, throbbing movements of aircraft over North America. Nah, this is hot. You’ll love it too.
Also worth checking out: Koblin’s other works.