This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* load_categories_colors | |
* | |
* Load categories colors in advance to avoid | |
* multiple queries | |
* @author Marcin Zaremba | |
*/ | |
function load_categories_colors() { | |
$cats = get_categories(); | |
$ids = array(); |