'',
'type-2' => '',
'type-3' => '',
];
$class = 'ct-back-to-top';
$class .= ' ' . blocksy_visibility_classes(get_theme_mod('back_top_visibility', [
'desktop' => true,
'tablet' => true,
'mobile' => false,
]));
?>
$value) {
/**
* Note to code reviewers: This line doesn't need to be escaped.
* Function blocksy_html_tag() used here escapes the value properly.
* It's mainly not escaped with wp_kses_post() because it contains an SVG.
*/
echo blocksy_html_tag(
'div',
['data-top' => $key],
$value
);
}
}
?>