403Webshell
Server IP : 173.209.174.21  /  Your IP : 216.73.216.79
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64
User : nodor ( 1000)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/wearewc/wp-content/themes/shoper/woocommerce/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/wearewc/wp-content/themes/shoper/woocommerce//content-widget-product.php
<?php
/**
 * The template for displaying product widget entries.
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/content-widget-product.php.
 * HOWEVER, on occasion WooCommerce will need to update template files and you
 * (the theme developer) will need to copy the new files to your theme to
 * maintain compatibility. We try to do this as little as possible, but it does
 * happen. When this occurs the version of the template file will be bumped and
 * the readme will list any important changes.
 *
 * @see     https://docs.woocommerce.com/document/template-structure/
 * @package WooCommerce/Templates
 * @version 4.6.5
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

global $product;

if ( ! is_a( $product, 'WC_Product' ) ) {
	return;
}

?>
<li>
<div class="row align-items-center">

	<?php do_action( 'woocommerce_widget_product_item_start', $args ); ?>
	<div class="col-md-3 col-sm-4 col-3">
		<a href="<?php echo esc_url( $product->get_permalink() ); ?>">
			<?php echo wp_kses_post( $product->get_image() ); ?>
			
		</a>
	</div>
    <div class="col-md-9 col-sm-8 col-8">

    <a href="<?php echo esc_url( $product->get_permalink() ); ?>" class="product-link">
   		 <span class="product-title"><?php echo esc_html( $product->get_name() ); ?></span>

    </a>
	<?php if ( ! empty( $show_rating ) ) : ?>
		<?php echo wp_kses_post( wc_get_rating_html( $product->get_average_rating() ) ); ?>
	<?php endif; ?>

	<?php echo wp_kses_post( $product->get_price_html() ); ?>
    </div>

	<?php do_action( 'woocommerce_widget_product_item_end', $args ); ?>
</div>

	

	
</li>

Youez - 2016 - github.com/yon3zu
LinuXploit