| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/eglisebaa/www/wp-content/plugins/trx_addons2/components/shortcodes/anchor/ |
| Current File : /home/eglisebaa/www/wp-content/plugins/trx_addons2/components/shortcodes/anchor/tpl.default.php |
<?php
/**
* The style "default" of the Anchor
*
* @package WordPress
* @subpackage ThemeREX Addons
* @since v1.2
*/
$args = get_query_var('trx_addons_args_sc_anchor');
$atts = array(
'class' => "sc_anchor sc_anchor_{$args['type']}",
'data-vc-icon' => $args['icon'],
'data-url' => $args['url']
);
?><a id="sc_anchor_<?php echo esc_attr($args['id']); ?>"
title="<?php echo esc_attr($args['title']); ?>" <?php
foreach ($atts as $k=>$v)
echo " {$k}=\"{$v}\"";
?>></a>