X7ROOT File Manager
Current Path:
/home/notabjze/boatingnight.com/wp-content/themes/yachbat/woocommerce/rental
home
/
notabjze
/
boatingnight.com
/
wp-content
/
themes
/
yachbat
/
woocommerce
/
rental
/
ðŸ“
..
📄
button.php
(352 B)
📄
content-single-product.php
(1.96 KB)
📄
custom_taxonomies.php
(725 B)
📄
favourite.php
(338 B)
📄
featured.php
(272 B)
📄
features.php
(1.55 KB)
📄
location.php
(349 B)
📄
price.php
(3.99 KB)
📄
review.php
(972 B)
📄
thumbnail.php
(681 B)
📄
title.php
(621 B)
Editing: title.php
<?php if( ! defined( 'ABSPATH' ) ) exit(); global $product; $link = apply_filters( 'woocommerce_loop_product_link', get_the_permalink(), $product ); $param = array(); $start_date = isset( $args['start_date'] ) ? $args['start_date'] : ''; $end_date = isset( $args['end_date'] ) ? $args['end_date'] : ''; if ( $start_date ) { $param['pickup_date'] = $start_date; } if ( $end_date ) { $param['dropoff_date'] = $end_date; } if ( $param ) { $link = add_query_arg( $param, $link ); } ?> <h2 class="yachbat-product-title"> <a href="<?php echo esc_url( $link ); ?>"> <?php echo get_the_title(); ?> </a> </h2>
Upload File
Create Folder