Great Series on the WordPress HTTP API

Tom McFarlin did this great series for WPTuts on the HTTP API: wp_remote_get – the Arguments wp_remote_get – the Response A Practical Example of wp_remote_get A Brief Survey of wp_remote_get A Practical Example of wp_remote_post Saving Data From wp_remote_post If you're using this for your plugins or themes you're gonna probably rely on these pretty … Continue reading Great Series on the WordPress HTTP API

A Great Series on WordPress Coding Standards

Thanks to core contributor, Tom McFarlin, for writing up this great series of posts on WP Tuts+ dissecting the recommended coding standards for WordPress theme and plugin development. The WordPress Coding Standards: An Introduction The WordPress Coding Standards: Naming Conventions and Function Arguments The WordPress Coding Standards: Single Quotes and Double Quotes The WordPress Coding … Continue reading A Great Series on WordPress Coding Standards