If you store WordPress code on Github think about your wp-config.php
tl;dr – put wp-config.php in your .gitignore file!
tl;dr – put wp-config.php in your .gitignore file!
I’m sure we can expect nothing but awesome from Tom.
The wc_price
function solves your WooCommerce price formatting problems. Using it means you can ignore the WooCommerce price settings.
The WordPress REST API is a huge initiative and feature plugin being developed for the core WordPress project. But it can be a bit confusing if you don’t know much about it yet. Let’s discuss what this project is, why it’s important, and how to get involved.
Chris Lema has posted a nice tip for automatically changing WooCommerce order status when some orders a product. It’s especially useful in his context, as he sells digital downloads, and there’s no waiting period between processing and completing the order.
Tom McFarlin, doing what Tom McFarlin does over on wpTuts+. Go read about why boilerplates matter. I personally use versions of both of his settings and plugin boilerplates, which you can get from the links in his post. Go read it!
Daniel Bachhuber has just published the results of the first WP-CLI user survey. The results should provide some guidance for Daniel and others working on the project, as they shed some light on how people are using WP-CLI, and perhaps some features that may be under-utilized, such as community packages. Predictably, the most common uses cases…
Comments are closed.
A very simple, but valid point. Especially if you’re new to GitHub!