<?php /** * Loop Price * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $product; ?> <?php if ( $price_html = $product->get_price_html() ) : ?> <span class="price"><?php echo wp_kses($price_html, true); ?></span> <?php endif; ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
add-to-cart.php | File | 877 B | 0644 |
|
loop-end.php | File | 144 B | 0644 |
|
loop-start.php | File | 702 B | 0644 |
|
orderby.php | File | 1021 B | 0644 |
|
pagination.php | File | 1001 B | 0644 |
|
price.php | File | 359 B | 0644 |
|
rating.php | File | 442 B | 0644 |
|
sale-flash.php | File | 438 B | 0644 |
|