Category: PHP
-
Let’s Localize
I spent today figuring out how to internationalize my plugin. There’s a LOT of different translation functions, and it’s going to take a while to learn when it’s best to use which one, but for now all the text my plugin is adding is translation-ready, so yay! I mostly followed the steps in Professional WordPress…
-
Getting familiar with child themes
I’ve started on a project to create a custom WooCommerce site, and the first step is to create a Storefront child theme and make some customizations. The initial steps from the WordPress.org developer documentation is pretty straightforward – create a folder for the child theme with its own style.css and functions.php files. I made a…