Skip to content

Commit

Permalink
open a new tab by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wpxhouston committed Oct 5, 2023
1 parent 08e5fed commit 6d95fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

<div class="vendor_information_block_container_column_two_link">
<?php if ( ! empty( $website['url'] ) ) :
$target = $website['target'] ? $website['target'] : '_self';
$target = $website['target'] ? $website['target'] : '_blank';
$title = $website['title'] ? $website['title'] : 'Full ' . $heading . ' Review';
?>
<a href="<?php echo wp_kses_post( $website['url'] ); ?>" class="vendor_information_block_container_column_two_link btn" target="<?php echo esc_attr( $target ); ?>">
Expand Down

0 comments on commit 6d95fcd

Please sign in to comment.