| Server IP : 213.186.33.4 / Your IP : 216.73.216.146 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/plugins/so-widgets-bundle/widgets/headline/tpl/ |
Upload File : |
<div class="sow-headline-container <?php if( $instance['fittext'] ) ?>">
<?php
foreach( $order as $item ) {
switch( $item ) {
case 'headline' :
if( !empty( $headline ) ) {
echo "<$headline_tag class='sow-headline'>";
if( !empty( $headline_destination_url ) ): ?>
<a href="<?php echo sow_esc_url( $headline_destination_url ) ?>" <?php echo $headline_new_window ? 'target="_blank" rel="noopener noreferrer"' : '' ?>>
<?php
endif;
echo wp_kses_post( $headline );
if( !empty( $headline_destination_url ) ) echo '</a>';
echo "</$headline_tag>";
}
break;
case 'divider' :
if( $has_divider ) {
?>
<div class="decoration">
<div class="decoration-inside"></div>
</div>
<?php
}
break;
case 'sub_headline' :
if( !empty( $sub_headline ) ) {
echo "<$sub_headline_tag class='sow-sub-headline'>";
if( !empty( $sub_headline_destination_url ) ): ?>
<a href="<?php echo sow_esc_url( $sub_headline_destination_url ) ?>" <?php echo $sub_headline_new_window ? 'target="_blank" rel="noopener noreferrer"' : '' ?>>
<?php
endif;
echo wp_kses_post( $sub_headline );
if( !empty( $sub_headline_destination_url ) ) echo '</a>';
echo "</$sub_headline_tag>";
}
break;
}
}
?>
</div>