WordPress is a PHP-based, open source content management system for creating websites and blogs. This tag is for programming-specific questions referring to version 3.5 ("Elvin").
Wordpress 3.5
Wordpress 3.5 was released in December 2012. Some of its feature highlights are:
- New media manager
- New default theme
- Admin enhancements
For Developers:
WP_Comment_Query
andWP_User_Query
now accept meta queries- Post objects are now instances of a
WP_Post
class, which improves performance and caching - Multisite's
switch_to_blog()
is now significantly faster and more reliable - Image Editing API for cropping, scaling, etc., that uses ImageMagick as well as GD