FALSE, 'attribute' => FALSE, 'product' => FALSE, 'selected' => FALSE, 'name' => '', 'id' => '', 'class' => '', 'show_option_none' => esc_html__( 'Choose an option', 'ayyash' ) ) ); $options = $args[ 'options' ]; $product = $args[ 'product' ]; $attribute = $args[ 'attribute' ]; $name = $args[ 'name' ] ? $args[ 'name' ] : 'attribute_' . sanitize_title( $attribute ); $id = $args[ 'id' ] ? $args[ 'id' ] : sanitize_title( $attribute ) . $product->get_id(); $class = $args[ 'class' ]; if ( empty( $options ) && ! empty( $product ) && ! empty( $attribute ) ) { $attributes = $product->get_variation_attributes(); $options = $attributes[ $attribute ]; } echo ''; echo '