Skip to content

Instantly share code, notes, and snippets.

@rickgregory
Created March 22, 2019 03:12
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 rickgregory/dcf0563f20031040962ce6add3a886b5 to your computer and use it in GitHub Desktop.
Save rickgregory/dcf0563f20031040962ce6add3a886b5 to your computer and use it in GitHub Desktop.
<?php
wc_dropdown_variation_attribute_options( array(
'options' => $options,
//'attribute' => $attribute_name,
'product' => $product,
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment