Posts Tagged "PHP"

How to add elements to an array in PHP

Posted on Mar 13, 2014

It’s extremely easy to add elements to an existing array in PHP – so easy in fact that I regularly forget how to do it! I’m used to initialising and setting up my variables from Objective C,...

Learn More

How to test if your theme is a Child Theme

Posted on Mar 13, 2014

You may need to know which of your themes are child themes, or in fact if the current theme you’re using is a parent or a child theme. Here’s how you can test both options. The following code...

Learn More