File "style-6.php"
Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/styles/style-6.php
File size: 920 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Style - 6
*
* link
*
*/
if ( ! defined( 'ABSPATH' ) ) exit;
$s6_options = get_option( 'ht_ctc_s6' );
$s6_options = apply_filters( 'ht_ctc_fh_s6_options', $s6_options );
$s6_txt_color = esc_attr( $s6_options['s6_txt_color'] );
$s6_txt_color_on_hover = esc_attr( $s6_options['s6_txt_color_on_hover'] );
$s6_txt_decoration = esc_attr( $s6_options['s6_txt_decoration'] );
$s6_txt_decoration_on_hover = esc_attr( $s6_options['s6_txt_decoration_on_hover'] );
?>
<a class="ctc-analytics ctc_s_6 ctc_cta" style="color: <?= $s6_txt_color ?>; text-decoration: <?= $s6_txt_decoration ?>;"
onmouseover = "this.style.color = '<?= $s6_txt_color_on_hover ?>', this.style.textDecoration = '<?= $s6_txt_decoration_on_hover ?>' "
onmouseout = "this.style.color = '<?= $s6_txt_color ?>', this.style.textDecoration = '<?= $s6_txt_decoration ?>' "
>
<?= $call_to_action ?>
</a>