コード例 #1
0
                            echo esc_attr($value);
                            ?>
" />
							</div>
							<?php 
                        }
                        ?>
						</td>
					</tr>
					<?php 
                    }
                }
                ?>
				<?php 
                if (!ThemexCore::checkOption('product_variations') && in_array(ThemexCore::getOption('product_type', 'all'), array('all', 'physical'))) {
                    $options = ThemexWoo::getOptions(ThemexWoo::$data['product']['ID']);
                    ?>
					<tr class="trigger-type-physical">
						<th><?php 
                    _e('Attributes', 'makery');
                    ?>
</th>
						<td>
							<div class="element-options" id="attribute">
								<?php 
                    $index = 0;
                    foreach ($options as $option) {
                        $index++;
                        ?>
								<div class="option">
									<a href="#<?php