Using the WordPress Theme Customizer Media Controls

Jérémy reviews media controls in the new Theme Customizer and a class that extends WP_Customize_Media_Control to allow the control of cropped images. Source: Using the WordPress Theme Customizer Media Controls Just realize the usefulness of WP_Customize_Cropped_Image_Control. More about it can be found here.

What’s new with the Customizer » Otto on WordPress

Been a while since I wrote something. Let’s talk about some of the new stuff available in the Customizer. Forget about some of part two First, back in part two, I had a bit about Surfacing th… Useful reference for active_callback. Source: What’s new with the Customizer » Otto on WordPress

WordPress Theme Customizer Code | Tom McFarlin

When working with the WordPress Theme Customizer, you may find yourself writing out inline styles into one of the templates for your theme. Nice tips. But since using a framework, probably this tips already handled. Source: WordPress Theme Customizer Code | Tom McFarlin

JavaScript Helpers For The Theme Customizer | Tom McFarlin

When working with the WordPress Theme Customizer, there’s likely an opportunity to refactor your code such that you can cut out some of the redundancies. Looks useful but not tested yet. Wonder if it’s still needed for the new selective refresh feature. Source: JavaScript Helpers For The Theme Customizer | Tom McFarlin

Nothing Is Foolproof… Even WordPress | @thetorquemag

Being a WordPress plugin developer is kind of insane when you think about it. You write code that can be freely modified by anyone and is expected to work with any infinite different collections that […] Don’t blame the users. But educate them. Source: Nothing Is Foolproof… Even WordPress | @thetorquemag

Taking A Closer Look At XML-RPC | @thetorquemag

In this article, we take a closer look at what XML-RPC is, and what it does, in reference to WordPress. No sample codes. But provide more explanation about XML-RPC. Like the use of basic authentication (username and password) which raise a security issue and that’s why need to switch to more secure and easier WP REST API. […]

XML-RPC for WordPress Developers

In this article we walk you through the fundamentals of XML-RPC for WordPress, including the basics of XML-RPC and how WordPress exposes this protocol. Some sample codes for using XML-RPC. Just for knowledge. More interested in WP REST API. Source: XML-RPC for WordPress Developers

How Writing One Plugin Changed My Lifestyle

How contributing to open source changed my life and lifestyle. My tale of leaving a corporate job to work for the project I’d been contributing to. Currently struggling with work/life balance. Although own condition is rather on the contrary with this story. Source: How Writing One Plugin Changed My Lifestyle