HEX
Server: LiteSpeed
System: Linux server902.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: digircle (1593)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/digircle/alfajralfalahlogistics.com/wp-content/themes/woodmart/single-wd_product_tabs.php
<?php
/**
 * The template for displaying all custom product tabs.
 *
 * @package xts
 */

if ( ! current_user_can( apply_filters( 'woodmart_product_tabs_access', 'edit_products' ) ) ) {
	wp_die( 'You do not have access.', '', array( 'back_link' => true ) );
}

get_header();

?>

<div class="container">
	<?php while ( have_posts() ) : ?>
		<?php the_post(); ?>
		<?php the_content(); ?>
	<?php endwhile; ?>
</div>

<?php

get_footer();