How to add all categories into an array and extract the categories names and use it with a custom meta box
The problem was in how the the categories were stored in the array that didn’t go with the meta box code. To resolve the issue I’ve used a function (kindly provided by Jonathan Kuhn) that wrapped the categories in a way that I could use with the mate box code. Here’s the function: // Wrap … Read more