HEX
Server: LiteSpeed
System: Linux altar40.supremepanel40.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: sescorpcl (4477)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /home/sescorpcl/www/wp-content/themes/customizr/templates/parts/content/common/text/link.php
<?php
/**
 * The template for displaying a link
 *
 *
 * @package Customizr
 */
?>
<?php

      if ( czr_fn_get_property( 'link_url' ) ) :

?>
<p class="<?php czr_fn_echo( 'element_class' ) ?> entry-link" <?php czr_fn_echo( 'element_attributes') ?>>
  <a class="czr-format-link" target="_blank" href="<?php czr_fn_echo( 'link_url' ) ?>"><?php czr_fn_echo( 'link_title' ) ?></a>
</p>
<?php

      endif //czr_fn_get_property( 'link_url' )

?>