🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 13:02:37 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-content
/
themes
/
barlog
/
woocommerce
📍 /home/therahul/momotimes.therahuldas.com/wp-content/themes/barlog/woocommerce
🔄 Refresh
✏️
Editing: content-product.php
Writable
<?php /** * The template for displaying product content within loops. * * Override this template by copying it to yourtheme/woocommerce/content-product.php * * @author WooThemes * @package WooCommerce/Templates * @version 3.6.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $product; // Ensure visibility. if ( empty( $product ) || ! $product->is_visible() ) { return; } // Extra post classes $classes = array(); ?> <li <?php post_class( $classes ); ?>> <div class="products-wrapper"> <?php do_action( 'barlog_wc_product_loop' ); ?> </div> </li>
💾 Save Changes
❌ Cancel