Skip to content

Commit

Permalink
added - debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Jun 6, 2024
1 parent a314aef commit f2b6243
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<h2 class="title"><?php echo esc_html( $block_title ); ?></h2>
<div class="text"><?php echo wp_kses_post( $copy ); ?></div>
<?php
var_dump( $block_link );
if ( ! empty( $block_link ) ) {
$url = $link['url'];
$calculator_title = $link['title'];
Expand Down

0 comments on commit f2b6243

Please sign in to comment.