Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChromeOrange/c938ba244fd0980678e1 to your computer and use it in GitHub Desktop.
Save ChromeOrange/c938ba244fd0980678e1 to your computer and use it in GitHub Desktop.
WooCommerce API Attributes
'attributes' => array(
array(
'name' => 'Brand',
'slug' => 'pa_brand',
'options' => array(
'Kravet Basics'
),
'visible' => true
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment