| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/cuisinesj/www/new/wp-content/themes/customizr/templates/parts/content/common/text/ |
| Current File : /home/cuisinesj/www/new/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' )
?>