HEX
Server: Apache
System: Linux host.fiblib.com 5.14.0-570.58.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 29 06:24:11 EDT 2025 x86_64
User: scientificreligi (1062)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/houseofayushjain/public_html/wp-content/themes/woodmart/woocommerce/content-product-small.php
<?php
/**
 * Render file for 'Small' product design.
 * Products(grid or carousel) element.
 *
 * @package Woodmart
 */

global $product;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Direct access not allowed.
}

?>

<?php do_action( 'woodmart_before_shop_loop_thumbnail' ); ?>

<div class="product-element-top">
	<a href="<?php echo esc_url( get_permalink() ); ?>" class="product-image-link">
		<?php do_action( 'woocommerce_before_shop_loop_item_title' ); ?>
	</a>
</div>

<div class="product-element-bottom">
<?php
	do_action( 'woocommerce_shop_loop_item_title' );
	echo wp_kses_post( woodmart_get_product_rating() );
	do_action( 'woocommerce_after_shop_loop_item_title' );
?>
</div>