Title: Woocommerce &#8211; PHP array
Last modified: August 21, 2016

---

# Woocommerce – PHP array

 *  [squire82](https://wordpress.org/support/users/squire82/)
 * (@squire82)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/woocommerce-php-array/)
 * I’m building a WordPress site and integrating the Woocommerce plugin. My PHP 
   knowledge is minimal, but am slowly learning.
 * I need to output an unordered list of the store categories which will include
   the featured image and the category name.
 * The Woocommerce documentation has the following array, but I’m not sure what 
   to do with it:
 *     ```
       array(
         'number' => 'null',
         'orderby' => 'name',
         'order' => 'ASC',
         'columns' => '4',
         'hide_empty' => '1',
         'parent' => '',
         'ids' => ''
       )
       ```
   
 * Any advice/help would be much appreciated.
    Thanks!

The topic ‘Woocommerce – PHP array’ is closed to new replies.

## Tags

 * [array](https://wordpress.org/support/topic-tag/array/)
 * [php](https://wordpress.org/support/topic-tag/php/)

 * 0 replies
 * 1 participant
 * Last reply from: [squire82](https://wordpress.org/support/users/squire82/)
 * Last activity: [12 years, 12 months ago](https://wordpress.org/support/topic/woocommerce-php-array/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
