Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
post-date
/
wp-content
/
plugins
/
click-to-chat-for-whatsapp
/
new
/
inc
/
styles
:
style-6.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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>