Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
thenahidul committed Jan 6, 2025
1 parent 878a5ca commit 3da49d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/modules/advanced-reviews/modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
<?php echo get_the_post_thumbnail( $product->get_id(), 'woocommerce_thumbnail' ); ?>
<div class="modal-product-info">
<h5><?php echo esc_html( $product->get_name() ); ?></h5>
<?php
echo '<pre>';
print_r( get_shortcode_tags_in_content( $product->get_short_description() ) );
echo '</pre>';;
?>
<p><?php echo wp_kses_post( strip_shortcodes( $product->get_short_description() ) ); ?></p>
</div>
</div>
Expand Down

0 comments on commit 3da49d8

Please sign in to comment.